fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit e3a15c74f1d2ebab177d3afbe1226b346d8b077f parent fb52a1720cf26c187cae8be9265cda720fceaf21 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Fri, 20 Oct 2017 10:06:31 -0700 Cleanup README Diffstat:
| M | README.md | | | 15 | ++++++++++----- |
1 file changed, 10 insertions(+), 5 deletions(-)
diff --git a/README.md b/README.md @@ -41,6 +41,16 @@ Rather than clearing the screen, fzy displays its interface directly below the c The `PREFIX` environment variable can be used to specify the install location, the default is `/usr/local`. +### MacOS + +Using Homebrew + + sudo brew install fzy + +Using MacPorts + + sudo port install fzy + ### Ubuntu/Debian 64-bit wget https://github.com/jhawthorn/fzy/releases/download/0.9/fzy_0.9-1_amd64.deb @@ -57,11 +67,6 @@ fzy is available with a very simple [PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=fzy) -### MacOS - - brew install fzy # Homebrew - sudo port install fzy # MacPorts - ## 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).