fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 6f54e5f09b60a713a218db440d7950df828a8417 parent 6cd05e893b3ea2101cf5801371b15f1fe3fe26e2 Author: John Hawthorn <john@hawthorn.email> Date: Sun, 9 Sep 2018 01:09:41 -0700 bundle quietly Diffstat:
| M | Makefile | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -22,7 +22,7 @@ test/fzytest: $(TESTOBJECTS) $(CC) $(CFLAGS) $(CCFLAGS) -Isrc -o $@ $(TESTOBJECTS) $(LIBS) acceptance: fzy - cd test/acceptance && bundle && bundle exec ruby acceptance_test.rb + cd test/acceptance && bundle --quiet && bundle exec ruby acceptance_test.rb test: check check: test/fzytest