csvlens
詳細情報
タイトル | csvlens |
---|---|
URL | https://github.com/YS-L/csvlens |
バージョン | ver 0.10.1 |
更新日 | 2024/09/15 |
追加日 | 2024/01/24 |
種別 | フリーソフト / オープンソース(MIT) |
説明 | lessのように動作するコマンドラインのCSVビューアー。 |
レビュー
csvlensはコマンドラインのCSVファイルビューアー。lessのようだがCSVファイル向けに作られている。
ファイル名を指定して以下のように動作する:
csvlens <filename>
パイプでCSVデータを与えることもできる:
<your commands producing some csv data> | csvlens
hjklをはじめとした充実したキーバインドを完備。
スクリーンショット
更新グラフ
バージョン履歴
v0.10.1
Release Notes
- Fix
--echo-column
option error
Download csvlens 0.10.1
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
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
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
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
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
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
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