Replies (7)

i wrote a little shell script which uses nak to post the contents of a vi buffer, and called it from a terminal popup in neovim. @ben wrote a proper vim plugin for this as i recall…
you could definitely wrap your shell script in a vim plugin so you can get that fancy builtin command behavior. it’s surprisingly simple, just have to put some files in the right place.