fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 4b38b12f69283169b19fd801532a6d6fc6e014c4 parent 841b1a56ff0434bc306970dd4ee72721a178df37 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Sat, 27 Sep 2014 16:48:38 -0700 Version is now 0.2pre Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.1 +VERSION=0.2pre CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic