I don't know if this is something doable in vi/nvi but in vim/nvim or kakoune, you can redirect the output of a command in the shell to the editor.
git ls-files | vim -
git ls-files | kak
Would it be something that would make sense to have in neatvi? It can serve to have initial data for a new file or to serve as a pager to quickly review the output of a command.
I don't know if this is something doable in
vi/nvibut invim/nvimorkakoune, you can redirect the output of a command in the shell to the editor.Would it be something that would make sense to have in
neatvi? It can serve to have initial data for a new file or to serve as a pager to quickly review the output of a command.