csvlens

Command line csv viewer

MIT License

Downloads
333
Stars
2.3K
Committers
5

Bot releases are visible (Hide)

csvlens - v0.10.1 Latest Release

Published by github-actions[bot] about 1 month ago

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
csvlens - v0.10.0

Published by github-actions[bot] 3 months ago

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
csvlens - v0.9.1

Published by github-actions[bot] 5 months ago

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
csvlens - v0.9.0

Published by github-actions[bot] 6 months ago

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
csvlens - v0.8.1

Published by github-actions[bot] 7 months ago

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
csvlens - v0.8.0

Published by github-actions[bot] 7 months ago

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
csvlens - v0.7.0

Published by github-actions[bot] 8 months ago

Release Notes

  • 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

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
csvlens - v0.6.0

Published by github-actions[bot] 9 months ago

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
csvlens - v0.5.1

Published by github-actions[bot] 10 months ago

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
csvlens - v0.5.0

Published by github-actions[bot] 10 months ago

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
csvlens - v0.4.0

Published by github-actions[bot] 10 months ago

Release Notes

This release adds support for the following:

  • Show help page with key bindings (H)
  • Scroll to left most and right most columns (Ctrl + ← or Ctrl + →)
  • Scroll forward and backward half a window (Ctrl + d or Ctrl + u)
  • Resize columns (< or >)
  • Reset to default view (r)

Download csvlens 0.4.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
csvlens - v0.3.2

Published by github-actions[bot] 12 months ago

Release Notes

  • Fix incorrectly truncated content due to highlighting
  • Fix potential overflow panic

Download csvlens 0.3.2

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