fzy

terminal fuzzy finder picker

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

commit a672b1155c230f42769c3619f48f0c6bee5c2dd0
parent dbc421e868850e6ac7c3be9c5c154aba6458fa98
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Sat, 11 Jun 2016 20:35:08 -0700

Version 0.5

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

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.5 (Unreleased) +## 0.5 (2016-06-11) Bugfixes: diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.4 +VERSION=0.5 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.4/fzy_0.4-1_amd64.deb - sudo dpkg -i fzy_0.4-1_amd64.deb + 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 ### Fedora/Redhat/CentOS - sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.4/fzy-0.4-1.x86_64.rpm + sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.5/fzy-0.5-1.x86_64.rpm ### Arch Linux diff --git a/fzy.1 b/fzy.1 @@ -1,4 +1,4 @@ -.TH FZY 1 "2016-05-16" "fzy 0.4" +.TH FZY 1 "2016-06-11" "fzy 0.5" .SH NAME fzy \- A fuzzy text selector menu for the terminal. .SH SYNOPSIS