YS-L / csvlens

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

Feature request: add shellcmd support #26

Open jqnatividad opened 1 year ago

jqnatividad commented 1 year ago

Similar to what less supports. Taking from less man page:

! shell-command Invokes a shell to run the shell-command given. A percent sign (%) in the command is replaced by the name of the current file. A pound sign (#) is replaced by the name of the previously examined file. "!!" repeats the last shell command. "!" with no shell command simply invokes a shell. On Unix systems, the shell is taken from the environment variable SHELL, or defaults to "sh". On MS- DOS and OS/2 systems, the shell is the normal command processor.

It would be great to run csv cli tools (like qsv 😄 ) from inside csvlens!