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 |
|
#982 in 网络编程
13KB
53 行
nvim-send
⚠️ 已弃用 / 未维护! ⚠️
请使用 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