./textproc/csview, High performance csv viewer with cjk/emoji support

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 1.2.4, Package name: csview-1.2.4, Maintainer: pin

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).


Required to build:
[lang/rust]

Master sites:

Filesize: 24.722 KB

Version history: (Expand)


CVS history: (Expand)


   2024-03-04 21:17:07 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csview: update to 1.2.4

No ChangeLog provided.
   2024-02-23 10:59:29 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csview: update to 1.2.3

 - Update dependencies
   2022-10-09 18:02:46 by pin | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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