glacambre / ileum

The thing that connects your pipes to your colon

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Ileum is a zsh plugin that catches all commands starting with a colon and runs them in the parent neovim instance. To install Ileum, clone this repository somewhere on your disk and add source /path/to/ileum.sh to your .zshrc.

Example usage:

Print the address of the parent neovim instance:

:echo '$NVIM_LISTEN_ADDRESS'

Pipe the content of a command to a vertically split buffer:

grep mypattern /path/to/file | :vnew

Close the terminal buffer:

:q

About

The thing that connects your pipes to your colon

License:MIT License


Languages

Language:Vim Script 77.5%Language:Shell 22.5%