Skip to content

Vimonade | A slimmed down HTTP/2 fork of Lemonade

License

Notifications You must be signed in to change notification settings

jrc2139/vimonade

Repository files navigation

Vimonade

remote...lemote...lemode...vim...Vimonade!!! 🍋

Vimonade is a remote utility tool specifically for Neovim. (copy, paste) over HTTP/2 forked from Lemonade.

Build Status

Installation

go get -d github.com/jrc2139/vimonade
cd $GOPATH/src/github.com/jrc2139/vimonade/
make install

Or download from latest release

Configuration

You must edit runtime/autoload/provider/clipboard.vim to include vimonade as an executable to find.

Usage

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

Links

About

Vimonade | A slimmed down HTTP/2 fork of Lemonade

Resources

License

Stars

Watchers

Forks

Packages

No packages published