Path to this page:
./
textproc/csview,
High performance csv viewer with cjk/emoji support
Branch: CURRENT,
Version: 1.2.2,
Package name: csview-1.2.2,
Maintainer: pinA 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).
Required to build:[
lang/rust]
Master sites:
Filesize: 24.53 KB
Version history: (Expand)
- (2022-10-09) Updated to version: csview-1.2.2
- (2022-09-26) Updated to version: csview-1.2.1
- (2022-08-31) Updated to version: csview-1.1.0
- (2022-02-17) Updated to version: csview-1.0.1
- (2022-01-02) Updated to version: csview-0.3.12
- (2021-12-29) Updated to version: csview-0.3.10
CVS history: (Expand)
2022-10-09 18:02:46 by pin | Files touched by this commit (3) |  |
Log message:
textproc/csview: update to 1.2.2
- 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-26 15:52:48 by pin | Files touched by this commit (3) |  |
Log message:
textproc/csview: update to 1.2.1
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-30 22:42:05 by pin | Files touched by this commit (3) |  |
Log message:
textproc/csview: update to 1.1.0
-Bump dependencies
-Fix clippy warnings
-Refactoring tests
-Support printing line numbers
|
2022-07-02 15:35:40 by pin | Files touched by this commit (1) |
Log message:
textproc/csview: v1.1.0 requires Rust-1.62
|
2022-02-16 22:19:20 by pin | Files touched by this commit (4) |  |
Log message:
textproc/csview: update to 1.0.1
-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-03 18:30:30 by pin | Files touched by this commit (1) |
Log message:
textproc/csview: add warning
|
2022-01-01 23:30:28 by pin | Files touched by this commit (4) |  |
Log message:
textproc/csview: update t0 0.3.12
-chore: clap v3
|
2021-12-29 06:44:40 by pin | Files touched by this commit (4) |  |
Log message:
textproc/csview: update to 0.3.10
-Bump dependencies
|