fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 024b4e774f0c18d196f52cf8ff6db2f1124aa4ce parent fd86d68c889a3a37867b1e769eca2c0e17c0b24c Author: John Hawthorn <john.hawthorn@gmail.com> Date: Tue, 5 Apr 2016 15:54:41 -0700 Test under os X Diffstat:
| M | .travis.yml | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -3,4 +3,7 @@ script: make && make test compiler: - clang - gcc +os: + - linux + - osx sudo: false