Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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