fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit b756043594b93f1d6d4af9de7667f5da5fddb91e parent 827ebd97b56b55b2a1e6824e257a6badc3b438a6 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Sun, 24 Apr 2016 13:58:46 -0700 Add homebrew instructions to README Diffstat:
| M | README.md | | | 11 | +++++++++-- |
1 file changed, 9 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -33,12 +33,19 @@ Rather than clearing the screen, fzy displays its interface directly below the c ## Installation - $ make - $ sudo make install +### From source + + make + sudo make install The `PREFIX` environment variable can be used to specify the install location, the default is `/usr/local`. +### OS X via Homebrew + + brew tap jhawthorn/fzy + brew install fzy + ## Usage fzy is a drop in replacement for [selecta](https://github.com/garybernhardt/selecta), and can be used with its [usage examples](https://github.com/garybernhardt/selecta#usage-examples).