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

This is me running a shell script from `tintin++`, a mud client (for the terminal). I noticed this behavior recently, and then tested `fzf` to see how it handles it....

Currently it always seems to omit the right. Would be good if there was an option to omit the middle (i.e. show the beginning and the match or the end,...

It'd be great if ⌥⌫ deleted a word the same way it does basically anywhere on MacOS where you can edit text.

Hi @jhawthorn. First of all, great work! Simple, lightweight, hackable, and written in C. Straight to the point. I added a few new features: * Multi-selection. There's a previous pull...

Doing some basic pointer/bit magic to compare 4 bytes for a requested character. The code compares 4 bytes at a time, since this is faster than comparing 8 bytes when...

![image](https://user-images.githubusercontent.com/13354331/170893534-ed4d5d71-981b-480e-bc92-9f99704d8cc7.png) I would have expected "Walls" to match higher here, and especially "Walls Crumble" as it contains the search term twice, which apparently is not a case considered at all...

The scoring here seems indeed better, solving my longstanding issue in fzf: https://github.com/junegunn/fzf/issues/2285 But the intention definitely seems to be simplicity: No previews, custom bindings or captive mode - some...

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

I've read the readme and didn't see a multi selection option In fzf with -m and Tab we can select multiple options (but I prefer fzy display) Is it available...