summaryrefslogtreecommitdiff
path: root/textproc/csview
AgeCommit message (Collapse)AuthorFilesLines
2022-10-09textproc/csview: update to 1.2.2pin3-73/+45
- chore: refactor project layout - fix: fix tests - refactor: simplify seq logic - refactor: simplify sniff logic - chore: upgrade clap to v4 - refactor: adjust error code
2022-09-26textproc/csview: update to 1.2.1pin3-91/+139
v1.2.1 - refactor: serialize enum in lowercase v1.2.0 - feat: add minimal ascii border style - chore: bump up dependencies - feat: add alignment support - feat: add alignment cli options
2022-08-30textproc/csview: update to 1.1.0pin3-104/+107
-Bump dependencies -Fix clippy warnings -Refactoring tests -Support printing line numbers
2022-07-02textproc/csview: v1.1.0 requires Rust-1.62pin1-1/+2
2022-02-16textproc/csview: update to 1.0.1pin4-96/+31
-implement table writer -replace prettytable-rs -skip title sep when there is no data -tweak cli options -remove unnecessary buffer -remove compleation sub-command -remove unstable features
2022-01-03textproc/csview: add warningpin1-1/+2
2022-01-01textproc/csview: update t0 0.3.12pin4-41/+41
-chore: clap v3
2021-12-29textproc/csview: update to 0.3.10pin4-172/+164
-Bump dependencies
2021-11-23textproc/csview: update to 0.3.9pin4-26/+26
-No major changes, mainly rev bump of dependency crates.
2021-10-26textproc: Replace RMD160 checksums with BLAKE2s checksumsnia1-58/+58
All checksums have been double-checked against existing RMD160 and SHA512 hashes Unfetchable distfiles (fetched conditionally?): ./textproc/convertlit/distinfo clit18src.zip
2021-10-07textproc: Remove SHA1 hashes for distfilesnia1-58/+1
2021-08-02textproc/csview: simplify Makefilepin1-2/+1
2021-05-12textproc/csview: import packagepin6-0/+355
A high performance csv viewer with cjk/emoji support. Features: -Small and fast (see benchmarks below). -Correctly handles CJK characters and emoji. -Support different styles. -Support tsv and custom delimiters. -Able to generate markdown table (with --style markdown option).