summaryrefslogtreecommitdiff
path: root/textproc/csvlens
AgeCommit message (Collapse)AuthorFilesLines
2022-12-05textproc/csvlens: update to 0.1.10pin2-7/+7
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-18textproc/csvlens: update to 0.1.9pin2-6/+6
- Support filtering on columns - Support basic command history
2022-08-28textproc/csvlens: update to 0.1.8pin2-6/+6
v0.1.8 - Support horizontal scrolling
2022-08-01textproc/csvlens: update to 0.1.7pin3-23/+87
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-15textproc/csvlens: update to 0.1.5pin3-81/+92
-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-16textproc/csvlens: import packagepin5-0/+226
csvlens is a CSV file viewer in the command line. It is similar to less but made for CSV.