fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit aee83a9d3ffd6b75880c6366e15a16d8d7ec43d2 parent aecdd6f6ab08131e9589d0c027e60770a681d127 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Thu, 19 May 2016 09:30:23 -0700 Update install instructions and add rpm Diffstat:
| M | README.md | | | 9 | +++++++-- |
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md @@ -43,8 +43,13 @@ 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 + wget https://github.com/jhawthorn/fzy/releases/download/0.4/fzy_0.4-1_amd64.deb + sudo dpkg -i fzy_0.4-1_amd64.deb + +### Fedora/Redhat/CentOS + + wget https://github.com/jhawthorn/fzy/releases/download/0.4/fzy-0.4-1.x86_64.rpm + sudo rpm -i fzy-0.4-1.x86_64.rpm ### Arch Linux