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

We recently conducted a study to detect build dependency errors, focusing on missing and redundant dependencies. *Missing dependencies (MDs), are dependencies that are not declared in the build script but...

It would be nice to have a way to handle files with whitespace, `find` have the `-print0` predicate and `xargs` have the `-0` flag to handle that output. Adding that...

The [`ALGORITHM.md`](https://github.com/jhawthorn/fzy/blob/master/ALGORITHM.md#faster-matching) file currently states: > Matching is currently performed using the standard lib's `strpbrk`, which has a very simple implementation (at least in glibc). However, based on [this comment](https://github.com/jhawthorn/fzy/pull/109#issuecomment-475419572)...

`fzf` has an flag `--reverse` which makes it display options as "top-down" instead of "bottom-up". Is there a way to do this in fzy? Thanks in advance

Re-publishing my old change (#111...not quite sure why I closed it back then) adding support for splitting the input to fields where certain field can be used for searching and...

OS: windows 10 fzf.exe binary works fine with cmd, but not Cygwin or Git Bash: ``` fzf_setup_using_fzf:5: permission denied: fzf fzf_setup_using_fzf:10: permission denied: fzf ``` So I tried to install...