Releases: YS-L/csvlens
Releases · YS-L/csvlens
v0.10.1
Release Notes
- Fix
--echo-column
option error
Download csvlens 0.10.1
File | Platform | Checksum |
---|---|---|
csvlens-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
csvlens-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
csvlens-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
csvlens-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
csvlens-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
v0.10.0
Release Notes
- Improve horizontal space utilization when rendering wide columns
- Support toggling sort direction
- Accept tab delimiter specified as
-d \t
without quotes - Add library target
Download csvlens 0.10.0
File | Platform | Checksum |
---|---|---|
csvlens-aarch64-apple-darwin.tar.xz | Apple Silicon macOS | checksum |
csvlens-x86_64-apple-darwin.tar.xz | Intel macOS | checksum |
csvlens-x86_64-pc-windows-msvc.zip | x64 Windows | checksum |
csvlens-x86_64-unknown-linux-gnu.tar.xz | x64 Linux | checksum |
csvlens-x86_64-unknown-linux-musl.tar.xz | x64 MUSL Linux | checksum |
v0.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)
Download csvlens 0.9.1
File | Platform | Checksum |
---|---|---|
csvlens-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
csvlens-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
csvlens-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
csvlens-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.9.0
Release Notes
- 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)
Download csvlens 0.9.0
File | Platform | Checksum |
---|---|---|
csvlens-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
csvlens-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
csvlens-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
csvlens-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.8.1
Release Notes
- Fix rendering of consecutive newlines
- Fix clipboard support on Wayland (@ram02z)
- Allow opting out of clipboard feature
Download csvlens 0.8.1
File | Platform | Checksum |
---|---|---|
csvlens-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
csvlens-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
csvlens-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
csvlens-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.8.0
Release Notes
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
)
Download csvlens 0.8.0
File | Platform | Checksum |
---|---|---|
csvlens-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
csvlens-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
csvlens-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
csvlens-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.7.0
Release Notes
- Support sorting rows by a column (
Shift + ↓
orShift + j
) - Support CSV without headers via
--no-headers
- Add
--columns
,--filter
, and--find
options for filtering rows and columns
Download csvlens 0.7.0
File | Platform | Checksum |
---|---|---|
csvlens-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
csvlens-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
csvlens-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
csvlens-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.6.0
Release Notes
- 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
Download csvlens 0.6.0
File | Platform | Checksum |
---|---|---|
csvlens-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
csvlens-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
csvlens-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
csvlens-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.5.1
Release Notes
- Fix panic caused by unicode and newline
Download csvlens 0.5.1
File | Platform | Checksum |
---|---|---|
csvlens-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
csvlens-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
csvlens-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
csvlens-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |
v0.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
Download csvlens 0.5.0
File | Platform | Checksum |
---|---|---|
csvlens-aarch64-apple-darwin.tar.xz | macOS Apple Silicon | checksum |
csvlens-x86_64-apple-darwin.tar.xz | macOS Intel | checksum |
csvlens-x86_64-pc-windows-msvc.zip | Windows x64 | checksum |
csvlens-x86_64-unknown-linux-gnu.tar.xz | Linux x64 | checksum |