#cli-client #neovim #nvim #rpc #cli #client #version

app nvim-send

Essentially the same thing as 'nvr --nostart --remote-send <keys>'

4 releases

0.0.4 Nov 18, 2023
0.0.3 Oct 3, 2021
0.0.2 Sep 28, 2021
0.0.1 Aug 29, 2021
0.0.0 Aug 28, 2021

#849 in Network programming

Download history 2/week @ 2024-02-12 8/week @ 2024-02-26 3/week @ 2024-03-11 84/week @ 2024-04-01

87 downloads per month

MIT/Apache and LGPL-3.0

13KB
53 lines

nvim-send

Crates.io

⚠️ DEPRECATED / UNMAINTAINED! ⚠️

Please use nvim --headless --clean --remote-expr <expr> / nvim --headless --clean --remote-send <keys> (for nvim >= 0.7.0) or nvr --nostart --remote-send <keys> for older versions.

Usage

Run nvim --listen /tmp/nvim.sock (or nvim --listen \\.\pipe\nvim for Windows users)

$ cargo install nvim-send
$ nvim-send --remote-send '<esc>:echo "hello"<cr>' --servername /tmp/nvim.sock

License

MIT/Apache-2.0

Dependencies

~6–18MB
~207K SLoC