fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit a659a2f122456cad93718e20d794b7e718a839c6 parent 948e01c90e0dc1f105493661a9d0267d90395d57 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Mon, 28 Jul 2014 10:38:39 -0700 Merge pull request #2 from Dkendal/master don't print tabs and other special characters 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); }