dahlia / iterfzf

Pythonic interface to fzf, a CLI fuzzy finder
https://pypi.python.org/pypi/iterfzf
GNU General Public License v3.0
164 stars 19 forks source link

removing --no-sort to improve matching #23

Closed gikeymarcia closed 1 year ago

gikeymarcia commented 3 years ago

Allow fzf to sort the results list. In effect, this puts higher ranked matches at the top and fixes the problem stated in issue #18

flatzo commented 7 months ago

I experiment the same issue as this commit would fix. What is the reason for rejecting it?

dahlia commented 5 months ago

I didn't close this PR on purpose, it was unintentionally closed when I changed the default branch from master to main. Please open another pull request and I'll review it!