fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit ea8a9104d22ad31381d5169b51fe20101f2c0459 parent f4e0b238e314b12a3178f38fe17378a550e38709 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Tue, 26 Jul 2016 18:53:26 -0700 Version 0.6 Diffstat:
| M | CHANGELOG.md | | | 2 | +- |
| M | Makefile | | | 2 | +- |
| M | README.md | | | 6 | +++--- |
| M | fzy.1 | | | 2 | +- |
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6 (Unreleased) +## 0.6 (2016-07-26) Performance: diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.5 +VERSION=0.6 CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic diff --git a/README.md b/README.md @@ -43,12 +43,12 @@ the default is `/usr/local`. ### Ubuntu/Debian 64-bit - wget https://github.com/jhawthorn/fzy/releases/download/0.5/fzy_0.5-1_amd64.deb - sudo dpkg -i fzy_0.5-1_amd64.deb + wget https://github.com/jhawthorn/fzy/releases/download/0.6/fzy_0.6-1_amd64.deb + sudo dpkg -i fzy_0.6-1_amd64.deb ### Fedora/Redhat/CentOS - sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.5/fzy-0.5-1.x86_64.rpm + sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.6/fzy-0.6-1.x86_64.rpm ### Arch Linux diff --git a/fzy.1 b/fzy.1 @@ -1,4 +1,4 @@ -.TH FZY 1 "2016-06-11" "fzy 0.5" +.TH FZY 1 "2016-07-26" "fzy 0.6" .SH NAME fzy \- A fuzzy text selector menu for the terminal. .SH SYNOPSIS