saccarosium / shell-velocity

A portable notational velocity for your shell written in POSIX shell.
MIT License
32 stars 5 forks source link

Having selected multiple file, editor open them as multiple buffers #2

Closed mizhozan closed 1 year ago

mizhozan commented 1 year ago

Thanks for this script. It's very useful and application independet.

Is it possible to use --multi with fuzzy select. I tested with this:

export SHV_PICKER="fzf -m --ansi --print-query --bind=alt-enter:print-query"

and while the fzf multi select work in fzf window the shv only open the last one in vim. Is there a way to handle multiple selection?

saccarosium commented 1 year ago

Is there a way to handle multiple selection?

Not yet, but I'm working on it. There are a little complexities that needs to be addressed, but should be doable.

saccarosium commented 1 year ago

Added and should work. Thanks for the suggestions!

mizhozan commented 1 year ago

Added and should work. Thanks for the suggestions!

Awesome, it works perfect! Thanks