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

app nvim-send

基本上与 'nvr --nostart --remote-send <keys>' 相同

4个版本

0.0.4 2023年11月18日
0.0.3 2021年10月3日
0.0.2 2021年9月28日
0.0.1 2021年8月29日
0.0.0 2021年8月28日

#982 in 网络编程

MIT/ApacheLGPL-3.0

13KB
53

nvim-send

Crates.io

⚠️ 已弃用 / 未维护! ⚠️

请使用 nvim --headless --clean --remote-expr <expr> / nvim --headless --clean --remote-send <keys> (对于nvim >= 0.7.0) 或 nvr --nostart --remote-send <keys> 用于旧版本。

用法

运行 nvim --listen /tmp/nvim.sock (或Windows用户请使用 nvim --listen \\.\pipe\nvim)

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

许可证

MIT/Apache-2.0

依赖关系

~7–17MB
~192K SLoC