YS-L / csvlens

Command line csv viewer
MIT License
2.49k stars 40 forks source link

Resize columns #37

Closed SOF3 closed 6 months ago

SOF3 commented 11 months ago

While I can do -S, it would be better if I could just increase the column width directly.

Probably a separate feature, but it would be useful to be able to preview a collapsed cell instead of having to echo it.

YS-L commented 11 months ago

Thanks for the suggestions! Ability to resize columns directly makes sense and is in my backlog.

Could you elaborate a bit more on previewing a collapsed cell? An example or screenshot would be great.

SOF3 commented 11 months ago

Currently the only way to view the content of an overflowing cell is to press enter and view it in stdout, but that stops csvlens. Would prefer if I could view it directly without quitting.

YS-L commented 9 months ago

Added support for manual column resize in v0.4.0 (using keys < or >).