fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit b5fd0deca5af393dd23475aee3cf8717909e36a4 parent 45c68bd1fe202efad1565ce78a5e67193c00ab67 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Mon, 17 Apr 2017 00:55:42 -0700 Version 0.9 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.9 (unreleased) +## 0.9 (2017-04-17) Features: diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.8 +VERSION=0.9 CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic -Ideps 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.8/fzy_0.8-1_amd64.deb - sudo dpkg -i fzy_0.8-1_amd64.deb + 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 ### Fedora/Redhat/CentOS - sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.8/fzy-0.8-1.x86_64.rpm + sudo yum install https://github.com/jhawthorn/fzy/releases/download/0.9/fzy-0.9-1.x86_64.rpm ### Arch Linux diff --git a/fzy.1 b/fzy.1 @@ -1,4 +1,4 @@ -.TH FZY 1 "2017-01-01" "fzy 0.8" +.TH FZY 1 "2017-04-17" "fzy 0.9" .SH NAME fzy \- A fuzzy text selector menu for the terminal. .SH SYNOPSIS