fzy

terminal fuzzy finder picker

git clone https://9o.is/git/fzy.git

commit ceec51c8654b29e7eaf2b262dcb1641f4936d4f0
parent ed6c43cc2e631e231041bafe7e9ff4cf8eb5cdd3
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Tue, 26 Apr 2016 12:21:07 -0700

Add installation for Debian/Ubuntu 64-bit

Diffstat:
MREADME.md | 7++++++-
1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -41,12 +41,17 @@ 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`. +### Ubuntu/Debian 64-bit + + wget https://github.com/jhawthorn/fzy/releases/download/0.3/fzy_0.3-1_amd64.deb + sudo dpkg -i fzy_0.3-1_amd64.deb + ### Arch Linux fzy is available [in the AUR](https://aur.archlinux.org/packages/fzy/) with a very simple -[PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=fzy). +[PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=fzy) ### OS X via Homebrew