fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 321f016ee9f387fa91709f7f1ceba4e667d018ec parent 4f1b076d798a92634d461a5fba0f140aaae89074 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Fri, 11 Jul 2014 23:07:58 -0700 Don't quit on 'q' Diffstat:
| M | fzy.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fzy.c b/fzy.c @@ -176,7 +176,7 @@ void run(){ }else{ printf("'%c' (%i)\n", ch, ch); } - }while(ch != 'q'); + }while(1); } void usage(const char *argv0){