fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit 6206b24d3702782956cac7823fc3588e4bfbae03
parent 245737eca3ed88e5af980f5dde208c0c76e37328
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Sun, 10 Apr 2016 16:03:16 -0700

Don't build fzytest as part of make all

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -11,7 +11,7 @@ INSTALL=install INSTALL_PROGRAM=$(INSTALL) INSTALL_DATA=${INSTALL} -m 644 -all: fzy fzytest +all: fzy fzytest: fzytest.o match.o choices.o $(CC) $(CFLAGS) $(CCFLAGS) -o $@ $^