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

Behavior for ASCII characters: ``` echo -e "uber\n Uber\n"|fzy > u uber Uber ``` When you search for lowercase "u", both "uber" and "Uber" are shown. Behavior for non-ASCII characters:...

Hi! I'm really pleased with fzy and I've found [this repo](https://github.com/romgrk/fzy-lua-native) comparing a lua implementation w/ ffi to fzy. However, there's no official `libfzy` which I could install, meaning that...

I make own build fzy on AIX AIX 7100-04-06-1806 default shell: /usr/bin/ksh gcc (GCC) 8.3.0 fzy --version fzy 1.0 Š 2014-2018 John Hawthorn locale LANG=cs_CZ LC_COLLATE="cs_CZ" LC_CTYPE="cs_CZ" LC_MONETARY="cs_CZ" LC_NUMERIC="cs_CZ" LC_TIME="cs_CZ"...

Hi ! If my input is already sorted as I wish, how can I tell fzy not to sort the list when entering the query ? ( basically just filter...

From this [discussion](https://github.com/jhawthorn/fzy/issues/64#issuecomment-502434085). Tested it on both neovim 0.3.7 and vim 8.1.1-1467.

Allow for splitting input lines to fields where only a certain field is shown and used for matching. Also it could be specified which field will be printed when the...

To test `fzy` with the following prompt: ``` Make your choice! > ``` I execute the following command: ```sh ls | fzy -p "$(printf 'Make your choice!\n> ')" ``` The...

Currently, if I pipe in some lines to `fzy`, input the garble `oSh3ahngah1e` and press `Enter`, this happens: ``` $ ls | fzy oSh3ahngah1e ``` I think I would prefer...

enhancement
help wanted

I think it would be nice if fzy had a simple way to "hide" delimited columns from the interactive display while still allowing them to be piped to stdout. Imagine...