Yung Siang Liau
Yung Siang Liau
Thanks for the suggestion! Will look into adding support for this.
Thanks for the suggestion! One principle I would like csvlens to follow in general is to not interpret the content of the csv beyond parsing out the fields, and to...
Indeed this would be a useful addition. Will look into this when I can. Thanks for the suggestion!
Hi @zhiburt, thanks for reporting. Currently there is no action performed on CTRL-C. Do you mean the program should exit on CTRL-C? I wanted csvlens to behave similarly as the...
Thanks for reporting! The latest version now uses crossterm. Curious to see how it can be used with nushell.
Thank you! I would prefer the man page to be generated with help of some libraries / tools so that it's easier to edit over time. But this is a...
Thank you! I'm glad csvlens is useful. Interesting, I didn't know bat has this color rendering for columns. I think it's less pressing to have that in csvlens as the...
Currently there isn't a `.deb` package for csvlens yet, but you can download the prebuilt binary for linux [here](https://github.com/YS-L/csvlens/releases/download/v0.5.1/csvlens-x86_64-unknown-linux-gnu.tar.xz) and use it directly (see [README](https://github.com/YS-L/csvlens/releases/download/v0.5.1/csvlens-x86_64-unknown-linux-gnu.tar.xz) for more info).
That looks cool! Thanks for sharing.
Do you mean scrolling horizontally by one window instead of one column? I just added support for this in main branch.