estream icon indicating copy to clipboard operation
estream copied to clipboard

Vim plugin to take back the quickfix window

Results 5 estream issues
Sort by recently updated
recently updated
newest added

This fixed it for me: ```vim command -nargs=1 Async execute "AsyncRun bash -c ' |& /path/to/estream'" ```

Output follows a pattern something like this: ``` at misc (path/to/file:line:column) ```

I'm looking to use `estream` to populate the quickfix list of what's in a terminal-buffer window. However, if I pipe the output to estream the color of the output is...

In most cases the estream $PWD is equal to the $VIM_CWD (this variable is provided by asyncrun). But if estream is run in a different directory, then the file paths...

#4 implemented python support, but only for files in the current directory. It would be nice to expand this support to handle all files (if they are within the current...