daa84 / neovim-gtk

gtk ui for neovim
GNU General Public License v3.0
716 stars 57 forks source link

[Feacture request] Read from stdin #87

Closed bertinatto closed 6 years ago

bertinatto commented 6 years ago

First of all, thank you so much for neovim-gtk! I really hope the project keeps going.

Right now I only miss 1 thing to make neovim-gtk my default editor, and that's the ability to do:

echo blah | nvim-gtk -

I'd love to be able to do that.

daa84 commented 6 years ago

Interesting in typical use case for this feature? Current implementation does not require - argument.

bertinatto commented 6 years ago

@daa84, I'm not sure if I understand your question, but I tested the build from branch pipe-input and it works great!

Thanks for this!

daa84 commented 6 years ago

Merged to master