Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alopatindev/nvim-send
Essentially "nvim --remote-expr <expr>" / "nvim --remote-send <keys>" or "nvr --nostart --remote-send <keys>" in Rust
https://github.com/alopatindev/nvim-send
cli client neovim nvim rpc rust
Last synced: 24 days ago
JSON representation
Essentially "nvim --remote-expr <expr>" / "nvim --remote-send <keys>" or "nvr --nostart --remote-send <keys>" in Rust
- Host: GitHub
- URL: https://github.com/alopatindev/nvim-send
- Owner: alopatindev
- License: apache-2.0
- Created: 2021-08-27T17:37:42.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2023-11-18T06:01:03.000Z (12 months ago)
- Last Synced: 2024-10-01T15:38:42.252Z (about 1 month ago)
- Topics: cli, client, neovim, nvim, rpc, rust
- Language: Rust
- Homepage:
- Size: 19.5 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE-APACHE
Awesome Lists containing this project
README
# nvim-send
[![Crates.io](https://img.shields.io/crates/v/nvim-send.svg)](https://crates.io/crates/nvim-send)⚠️ **DEPRECATED / UNMAINTAINED!** ⚠️
Please use `nvim --headless --clean --remote-expr ` / `nvim --headless --clean --remote-send ` (for nvim >= 0.7.0) or [`nvr --nostart --remote-send `](https://github.com/mhinz/neovim-remote#demos) 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 ':echo "hello"' --servername /tmp/nvim.sock
```## License
MIT/Apache-2.0