remote...lemote...lemode...vim...Vimonade!!! 🍋
Vimonade is a remote utility tool specifically for Neovim. (copy, paste) over HTTP/2 forked from Lemonade.
go get -d github.com/jrc2139/vimonade
cd $GOPATH/src/github.com/jrc2139/vimonade/
make install
Or download from latest release
You must edit runtime/autoload/provider/clipboard.vim
to include vimonade
as an executable to find.
Usage: vimonade [options]... SUB_COMMAND [arg]
Sub Commands:
copy [text] Copy text.
paste Paste text.
server Start vimonade server.
Options:
--port=2489 TCP port number
--line-ending Convert Line Ending(CR/CRLF)
--allow="0.0.0.0/0,::/0" Allow IP Range [Server only]
--host="localhost" Destination hostname [Client only]
--no-fallback-messages Do not show fallback messages [Client only]
--trans-loopback=true Translate loopback address [open subcommand only]
--trans-localfile=true Translate local file path [open subcommand only]
--help Show this message