2023-08-01 10:03:27 by pin | Files touched by this commit (2) | |
Log message:
textproc/csvlens: update to 0.3.0
v0.3.0
- Support line wrapping for displaying long or multiline content
|
2023-07-10 21:33:49 by pin | Files touched by this commit (3) | |
Log message:
textproc/csvlens: update to 0.2.0
v0.2.0
- Add -d auto option to auto-detect delimiter
- Add Home and End key bindings
- Support row, column and cell selection modes (toggle via TAB)
|
2023-05-27 21:48:37 by pin | Files touched by this commit (2) | |
Log message:
textproc/csvlens: update to 0.1.14
v0.1.14
Implement --ignore-case option
Fix crossterm double input issue on Windows
|
2023-05-17 23:30:33 by Thomas Klausner | Files touched by this commit (1) |
Log message:
csvlens: use cargo.mk's install
|
2023-05-01 17:48:23 by pin | Files touched by this commit (3) | |
Log message:
textproc/csvlens: update to 0.1.13
v0.1.13
- Switch to Rust 2021 edition and update dependencies (#25)
- Fix crossterm panic by upgrading to version 0.26.1
- New styling for selected row
|
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
|