./textproc/csvlens, Command line csv viewer

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


Branch: CURRENT, Version: 0.7.0, Package name: csvlens-0.7.0, Maintainer: pin

csvlens is a CSV file viewer in the command line. It is similar to less but
made for CSV.


Required to build:
[lang/rust]

Master sites:

Filesize: 929.2 KB

Version history: (Expand)


CVS history: (Expand)


   2024-02-25 16:45:07 by Thomas Klausner | Files touched by this commit (3) | Package updated
Log message:
csvlens: update to 0.7.0.

# v0.7.0

* Support sorting rows by a column (`Shift + ↓` or `Shift + j`)
* Support CSV without headers via `--no-headers`
* Add `--columns`, `--filter`, and `--find` options for filtering rows and columns
   2024-01-14 21:09:39 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.6.0

v0.6.0
 - Accept "\t" for tab as delimiter argument (#49 by @peterjc)
 - Add -t flag for tsv files (#47 by @JojiiOfficial)
 - Print lower level causes on error
   2024-01-07 21:07:06 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.5.1

v0.5.1
 - Fix panic caused by unicode and newline
   2024-01-01 20:06:08 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.5.0

Release Notes
 - Migrate to Ratatui (#42 by @joshka)
 - Better readline support using tui-input (move cursor forward / backward,
   jump to the start, etc)
 - Improve buffer history to retrieve more than just the last input
   2023-12-10 23:11:11 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/csvlens: update to 0.4.0

This release adds support for the following:
 - Show help page with key bindings (H)
 - Scroll to left most and right most columns (Ctrl + ← or Ctrl + →)
 - Scroll forward and backward half a window (Ctrl + d or Ctrl + u)
 - Resize columns (< or >)
 - Reset to default view (r)
   2023-10-22 21:32:21 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/csvlens: update to 0.3.2

v0.3.2
 - Fix incorrectly truncated content due to highlighting
 - Fix potential overflow panic
   2023-08-28 10:21:39 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/csvlens: update to 0.3.1

 - Fix unicode handling in SpansWrapper
 - Fix row height calculation to use usable column widths
 - Reduce default value for maximum column width fraction
   2023-08-01 10:03:27 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/csvlens: update to 0.3.0

v0.3.0
 - Support line wrapping for displaying long or multiline content