jhawthorn / fzy

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

Option for showing the count of results? And to not wrap around? #166

Open dimitarvp opened 2 years ago

dimitarvp commented 2 years ago

As per the title, can we get a CLI switch that adds count of results in the prompt? That's one of the things I'm missing from fzf and skim.

I like fzy search results better but the lack of results count is throwing me off.

And another thing: is it possible NOT to wrap around the results, i.e. when you reach the bottom you don't start over? That's confusing.

leo-arch commented 2 years ago

Hi @dimitarvp. Long time since your comment, but you might still be interested. I created a pull request (#170) including non-cyclic scrolling (its the default btw), plus some other features like basic color support and multi-selection. Feel free to give my fork a try.

bfrg commented 2 years ago

Have you tried the -i, --show-info option?

dimitarvp commented 2 years ago

@bfrg I am not seeing that option in my local install. I installed it through Mac's Homebrew. Maybe I should install it directly from GitHub? But I haven't taken proper care of my local C/C++/etc. dev tools installation so not sure involved would that be.

dimitarvp commented 2 years ago

@leo-arch I've no idea how I missed your comment, likely was busy and forgot about it afterwards, sorry.

To address your question: I'd prefer not using forks for such heavy-duty tools like fuzzy finders. I'd much prefer you worked with the maintainers to mainline your changes.