| Age | Commit message (Collapse) | Author | Files | Lines |
|
v0.1.10
- Handle irregular CSV when calculating column widths
- Improved event loop handling
- Improved memory usage when creating temporary file from stdin
|
|
- Support filtering on columns
- Support basic command history
|
|
v0.1.8
- Support horizontal scrolling
|
|
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
|
|
-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
|
|
csvlens is a CSV file viewer in the command line. It is similar to less but
made for CSV.
|