./textproc/csvlens, Command line csv viewer

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


Branch: CURRENT, Version: 0.1.12, Package name: csvlens-0.1.12, 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: 280.057 KB

Version history: (Expand)


CVS history: (Expand)


   2023-02-28 23:29:06 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.1.12

v0.1.12

* Add --version option
* Add --echo-column option to print column's value at selected row to stdout
* Use stderr as tui buffer to support piping from csvlens
   2022-12-05 12:20:37 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/csvlens: update to 0.1.10

v0.1.10
 - Handle irregular CSV when calculating column widths
 - Improved event loop handling
 - Improved memory usage when creating temporary file from stdin
   2022-09-18 18:26:19 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/csvlens: update to 0.1.9

 - Support filtering on columns
 - Support basic command history
   2022-08-28 18:17:06 by pin | Files touched by this commit (2) | Package updated
Log message:
textproc/csvlens: update to 0.1.8

v0.1.8
  - Support horizontal scrolling
   2022-08-01 16:34:15 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.1.7

v0.1.7

    Ensure terminal state is restored on error

v0.1.6

    Fix bug where program sometimes crashes due to unicode characters
    Switch to crossterm
   2022-04-15 18:17:26 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.1.5

-Support irregular CSV to some extent (parse CSV in non-strict mode)
-Support regex patterns in search and filter
-Support scrolling to top with g
   2022-03-16 12:18:02 by pin | Files touched by this commit (5)
Log message:
textproc/csvlens: import package

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