fzy icon indicating copy to clipboard operation
fzy copied to clipboard

:mag: A simple, fast fuzzy finder for the terminal

Results 57 fzy issues
Sort by recently updated
recently updated
newest added

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...

Suppose I want to fzy filter `grep -rHn` results. For me matches in file names are useless and just complicate things. If you would add something like `fzy --filter='cut -d"...

Hey. Maybe someone will find this useful (or maybe you have suggestions for improvements): https://gist.github.com/wknapik/5101aaea12172eff6ab6b2fb7666143c Feel free to resolve this right away, this is just fyi.

Hi, I've fixed 6 dependencies missing Those issues can cause incorrect results when fzy is incrementally built. For example, any changes in "src/tty_interface.h" will not cause "src/fzy.o" to be rebuilt,...

This commit adds the option '--all' / '-a', which will cause fzy to ignore the selection and output all matching lines on return. I needed this feature so I could...

This might address #98, too. (The behavior can be optional, activated via a `--eager-output`.)

I tried the example from the README.md with neovim and found visual flaws. Lines are displayed indented as a ladder. If you enter a few characters, then nothing on the...

`fzf --read0 --print0`

I've been curious enough about shell integration for `fzy` that I've started studying the integration `fzf` has, to see what's possible for making something comparable. What I want to know...

It would be great, if you could also provide an AppImage with your releases.