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