-
It would be nice to have an option that tells fzy to exit if there is no data being piped to it. I am using fzy for a menu completion system that presents new menus and when there is no option left it…
-
I'd like to replace my shell's ordinary control-r history search completely with fzy, but I can't because fzy only does fuzzy searching and I sometimes need to ordinary, non-fuzzy, literal searches.
…
-
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 somehow or planned in fzy?
Would …
-
Best trash cli! Well done :+1:
It'd be nice if restoring trashes can be easier. To restore a file `abc`, the following queries work: `a`, `b`, `c`, `ab`, `bc`, `ac`, `abc`. However, `ac` doesn't …
-
There is a new project released with similar functionality:
https://github.com/homerours/jumper
> Jumper is a command-line program that helps you jumping to / fuzzy-finding the directories and f…
-
Hey, I am wondering if it would be possible to provide some options that allow to customize the floating window. I would like to remove the border, which would require me to change the value of this l…
-
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:
```…
-
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" " -f2,` or something like …
-
- `ts add` - enable auto highlight and install (if bang). No arg gets the parser for the current file type
- `ts prune` - disable auto highlight and uninstall. Don't uninstall if bang?
-
This benchmark image is misleading:
![README benchmark image](https://raw.githubusercontent.com/wiki/nvim-telescope/telescope.nvim/imgs/bench2.png)
The patterns used are not the same:
- `fzf-…