fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 8d1f6601fb39b023404a6a8a26fd83704cafc2d1 parent 893590fd1506d55c94568d3d3bcfada3819a1277 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Mon, 27 Jun 2016 23:03:25 -0700 Add make veryclean Diffstat:
| M | Makefile | | | 5 | ++++- |
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/Makefile b/Makefile @@ -47,4 +47,7 @@ fmt: clean: rm -f fzy test/fzytest src/*.o -.PHONY: test check all clean install fmt +veryclean: clean + rm -f config.h + +.PHONY: test check all clean veryclean install fmt