Path to this page:
./
textproc/csvlens,
Command line csv viewer
Branch: CURRENT,
Version: 0.1.12,
Package name: csvlens-0.1.12,
Maintainer: pincsvlens 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)
- (2023-03-01) Updated to version: csvlens-0.1.12
- (2023-02-04) Updated to version: csvlens-0.1.11
- (2022-12-05) Updated to version: csvlens-0.1.10
- (2022-09-18) Updated to version: csvlens-0.1.9
- (2022-08-28) Updated to version: csvlens-0.1.8
- (2022-08-01) Updated to version: csvlens-0.1.7
CVS history: (Expand)
2023-02-28 23:29:06 by pin | Files touched by this commit (3) |  |
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) |  |
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) |  |
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) |  |
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) |  |
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) |  |
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.
|