-
When doing `fzy --query="foobar"` and `"foobar"` results in one single match, return it directly (see `--select-1` switch in **fzf**).
This, in combination with "Exit immediately when there's no matc…
-
When fuzzy searching paths, I find myself never typing first parts:
```
/home/jh/documents/about-catz.txt
/home/jh/downloads/donkey.png
```
If we **fzy** the string `"do"` in this example, we'd stil…
-
Thank you for this great product! This is awesome 👍
BTY, I wonder these behaviors.
(A).
``` console
$ cat file
ABC
abc
...
...
xyz
XYZ
$ cat file | fzy
>
ABC
abc
...
...
xyz
XYZ
```
(B).
``` co…
-
https://travis-ci.org/OrchardCMS/Orchard2/jobs/226601084
**Log:**
Worker information
hostname: wjb-2:6f294819-d46f-4976-ba78-ec18eb58648e
version: v2.6.2 https://github.com/travis-ci/worker/…
-
Currently long lines are simply cut off **on** the right, making it impossible to differenciate between lines that have the same beginning, like particulary long paths:
```
/home/jh/imagine/a/long/pa…
-
Hi, I'm using ArchLinux with st-256color terminal and tmux, with default install from AUR.
After executing `vim $(find -type f | fzy)` the last search line (10th) stay on screen after closing vim.
![]…
-
I am trying to set up an alias like:
```
alias fzyfind=find . | fzy
```
but if I want to start with a query I have to specify the `-q`option, and I cannot add it to the alias because then I cannot u…
-
``` sh
alias fzyank='fzy | xclip'
```
-
Pulled down master, ran `make`, got this:
```
osboxes@osboxes:~/bin/fzy(master)% make …
-
Selecta has `-s` and fzf has `-q` for giving the initial query via the command-line. I use it with fzf and it would be great to have it in fzy as well.