fzy

terminal fuzzy finder picker

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

commit ff5ebc116d4da84b5fbe53e7311f11d2be153c61
parent 8f6c6da12e99fce1b05eaab63273803bab150abb
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Wed,  3 Aug 2016 23:54:51 -0700

Version 0.7

Diffstat:
MMakefile | 2+-
MREADME.md | 6+++---
Mfzy.1 | 2+-
3 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.6 +VERSION=0.7 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.6/fzy_0.6-1_amd64.deb - sudo dpkg -i fzy_0.6-1_amd64.deb + wget https://github.com/jhawthorn/fzy/releases/download/0.7/fzy_0.7-1_amd64.deb + sudo dpkg -i fzy_0.7-1_amd64.deb ### Fedora/Redhat/CentOS - sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.6/fzy-0.6-1.x86_64.rpm + sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.7/fzy-0.7-1.x86_64.rpm ### Arch Linux diff --git a/fzy.1 b/fzy.1 @@ -1,4 +1,4 @@ -.TH FZY 1 "2016-07-26" "fzy 0.6" +.TH FZY 1 "2016-08-03" "fzy 0.7" .SH NAME fzy \- A fuzzy text selector menu for the terminal. .SH SYNOPSIS