fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit a424440ce7fa7e9d45646460134c6e8a13107362 parent 948e01c90e0dc1f105493661a9d0267d90395d57 Author: Dylan Kendal <dkendal@freerunningtechnologies.com> Date: Sun, 27 Jul 2014 20:37:02 -0700 don't print tabs Diffstat:
| M | fzy.c | | | 2 | -- |
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/fzy.c b/fzy.c @@ -220,8 +220,6 @@ void run(){ }else if(ch == 10){ /* Enter */ clear(); emit(); - }else{ - printf("'%c' (%i)\n", ch, ch); } }while(1); }