Hacker News new | ask | show | jobs
by zmmmmm 2425 days ago
There seem to be literally dozens of solutions to do read-only operations but very few to enable comfortable editing of the files in-place in a Unix / command line environment.

Seems like a real gap in the software ecosystem atm:

    - fast
    - no limit on file size
    - spreadsheet style layout
    - command line
    - easily edit and update individual cell => save
I've tried VIM's CSV plugins many times and have never been satisfied.
1 comments

Have you tried VisiData? https://visidata.org.
Wow, that's exactly what I wanted - thanks!