fzy
fzy copied to clipboard
Option for showing the count of results? And to not wrap around?
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.
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.
Have you tried the -i, --show-info
option?
@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.
@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.