fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 456103698a6fc0300724a2adeac09be7c574ac37 parent 33f62be4c5ee001785e57611a7d1c7ee4aae93da Author: John Hawthorn <john.hawthorn@gmail.com> Date: Mon, 16 May 2016 19:40:22 -0700 Use make check instead of make test on CI Diffstat:
| M | .travis.yml | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.travis.yml b/.travis.yml @@ -1,5 +1,5 @@ language: c -script: make && make test +script: make && make check compiler: - clang - gcc