jhawthorn / fzy

:mag: A simple, fast fuzzy finder for the terminal
MIT License
2.98k stars 126 forks source link

Don't sort the input ( fzf --no-sort equivalent ) #152

Open sucrecacao opened 3 years ago

sucrecacao commented 3 years ago

Hi !

If my input is already sorted as I wish, how can I tell fzy not to sort the list when entering the query ? ( basically just filter the result, keeping the original ordering )

mmartin commented 3 years ago

Currently not possible. https://github.com/jhawthorn/fzy/issues/63