Skip to content

acomagu/nvl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 

Repository files navigation

nvl: NeoVim as less

nvl enables to use NeoVim as less command.

Installation

$ go get -u github.com/acomagu/nvl

Usage

$ nvl file

or,

$ cat file | nvl

If NVIM_LISTEN_ADDRESS environment variable is set, nvl use it to view in existing NeoVim instance. If not, starts new NeoVim instance.

Features

  • Asynchronous. Unlike view command, it can start showing before the input stream ends.
  • Fast like less.
  • less keybindings. Some keybindings of less can be used.

Author

acomagu

About

Use NeoVim instead of less.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages