./textproc/csvlens, Command line csv viewer

[ CVSweb ] [ Homepage ] [ RSS ] [ Required by ] [ Add to tracker ]


Branch: CURRENT, Version: 0.11.0, Package name: csvlens-0.11.0, Maintainer: pin

csvlens 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.513 KB

Version history: (Expand)


CVS history: (Expand)


   2024-12-11 10:50:12 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.11.0

v0.11.0

    Support copying a row to the clipboard (#97 by @mendelmaleh)
    Improve rendering performance by using line-buffered stderr (#107)
    Fix panic when filtering columns with irregular CSV (#112 by @antmelon)
    Disable arboard default features to reduce image related dependencies (#114 \ 
by @jqnatividad)
    Improve test stability across different environments (#101)
   2024-09-15 18:36:16 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.10.1

 - Fix --echo-column option error
   2024-08-04 11:46:29 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.10.0

 - Improve horizontal space utilization when rendering wide columns
 - Support toggling sort direction
 - Accept tab delimiter specified as -d \t without quotes
 - Add library target
   2024-05-23 13:53:46 by pin | Files touched by this commit (3) | Package updated
Log message:
textproc/csvlens: update to 0.9.1

Bug fixes
 - Fixed issue with finding and filtering using an empty cell leading to \ 
incorrect matches
 - Fixed certain Shift key-related key bindings not functioning correctly on \ 
Windows (Issue #82)
   2024-04-29 15:43:02 by pin | Files touched by this commit (3) | Package updated
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) | Package updated
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) | Package updated
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) | Package updated
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