Path to this page:
./
textproc/csvlens,
Command line csv viewer
Branch: CURRENT,
Version: 0.10.1,
Package name: csvlens-0.10.1,
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: 939.119 KB
Version history: (Expand)
- (2024-09-15) Updated to version: csvlens-0.10.1
- (2024-08-04) Updated to version: csvlens-0.10.0
- (2024-05-23) Updated to version: csvlens-0.9.1
- (2024-04-29) Updated to version: csvlens-0.9.0
- (2024-03-27) Updated to version: csvlens-0.8.1
- (2024-03-24) Updated to version: csvlens-0.8.0
CVS history: (Expand)
2024-04-29 15:43:02 by pin | Files touched by this commit (3) | |
Log message:
textproc/csvlens; update to 0.9.0
v0.9.0
- Improve scrolling responsiveness for large csv
- Find and filter using selected cell (# and @) to search for exact matches
- Fix rendering of cursor in input prompt
- Fix app freeze on line wrap in some cases
- Fix potential overflow when subtracting durations in Windows (#77)
- Fix rendering of right border with irregular columns (#73)
- Fix misspelling (#72 by @theKnightsOfRohan)
|
2024-03-27 10:47:45 by pin | Files touched by this commit (3) | |
Log message:
textproc/csvlens: update to 0.8.1
- Fix rendering of consecutive newlines
- Fix clipboard support on Wayland (@ram02z)
- Allow opting out of clipboard feature
|
2024-03-24 16:30:51 by pin | Files touched by this commit (3) | |
Log message:
textproc/csvlens: update to 0.8.0
This release adds support for the following:
- Find and filter within the selected column
- Find and filter using the selected cell (# and @)
- Wrap lines by words (toggled via -W)
- Copy selected cell to clipboard (y)
|
2024-02-25 16:45:07 by Thomas Klausner | Files touched by this commit (3) | |
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) | |
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) | |
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) | |
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) | |
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)
|