fzy

terminal fuzzy finder picker

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

commit bdd35e1cc44f9b1e01e201eabcc6e85901f200ce
parent 3d127e4a44af9c50c0c0695a35dfa2fc3457f317
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Thu, 17 May 2018 17:28:25 -0700

Merge pull request #79 from 0mp/patch-1

Add FreeBSD installation instructions
Diffstat:
MREADME.md | 36++++++++++++++++++++----------------
1 file changed, 20 insertions(+), 16 deletions(-)

diff --git a/README.md b/README.md @@ -41,30 +41,19 @@ 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 - - brew install fzy - -Using MacPorts - - sudo port install fzy +### Arch Linux/MSYS2 -### Ubuntu/Debian 64-bit +fzy is available in the `community` repo. - wget https://github.com/jhawthorn/fzy/releases/download/0.9/fzy_0.9-1_amd64.deb - sudo dpkg -i fzy_0.9-1_amd64.deb + sudo pacman -S fzy ### Fedora/Redhat/CentOS sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.9/fzy-0.9-1.x86_64.rpm -### Arch Linux/MSYS2 - -fzy is available in the `community` repo. +### FreeBSD - sudo pacman -S fzy + pkg install fzy ### Gentoo Linux @@ -72,6 +61,21 @@ fzy is available in the main repo. emerge -av app-shells/fzy +### macOS + +Using Homebrew + + 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 + sudo dpkg -i fzy_0.9-1_amd64.deb + ### pkgsrc (NetBSD and others) sudo pkgin install fzy