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

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


Branch: CURRENT, Version: 1.3.0, Package name: csview-1.3.0, 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: 32.633 KB

Version history: (Expand)


CVS history: (Expand)


   2024-04-16 07:46:57 by pin | Files touched by this commit (4) | Package updated
Log message:
textproc/csview: update to 1.3.0

1.3.0 (2024-04-15)
🚀 Features
    Add pager support (#198) - (47d3c0a)
    Show error when no input file specified - (1214c96)

🚜 Refactor
    Replace unmaintained atty (#200) - (d60612b)

⚙️ Miscellaneous Tasks
    Update dependencies - (b9aed24)
    Fix release.toml - (8b28b89)
    Add rust-toolchain.toml & update rustfmt.toml (#201) - (6fc99d4)
    Add changelog (#199) - (a15325d)
    Add FUNDING.yml - (0e6045f)
   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