Option for showing the count of results? And to not wrap around?
dimitarvp opened this issue · 4 comments
dimitarvp commented
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
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
Have you tried the -i, --show-info
option?