fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit c3462326afb8ed55dfbbc7efeb21ba50931e1601 parent 7b8014c7b425ad18fcfc2af668926d88bd612147 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Sat, 9 May 2015 15:33:23 -0700 Speed up travis Adding sudo: false enables the container-based infrastructure, which starts up almost instantly. Diffstat:
| M | .travis.yml | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/.travis.yml b/.travis.yml @@ -3,3 +3,4 @@ script: make && make test compiler: - clang - gcc +sudo: false