jhawthorn / fzy

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

CLI flag for "Match only, don't sort" #63

Open y2kbugger opened 6 years ago

y2kbugger commented 6 years ago

The sorting is spectacular, except when you are trying to do a Most Recently Used (MRU) list

vim $(awk '/^> /{ print substr($0, 3) }' ~/.viminfo | fzy)

You lose the "Recency" immediately after starting to type.

nomasprime commented 4 years ago

I'm having the same problem using with history.

Noticed this is a very old issue, unfortunately a deal breaker.

mmartin commented 4 years ago

I have implemented it in my fork mmartin/fzy. If @jhawthorn is interested in merging, I could write some docs & unit-tests and create a pull request.