fzy

terminal fuzzy finder picker

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

commit 80318e94fd86e299b7d52b990c69b3ac5ffebbff
parent 88dcc70662ccd6f016b43d71d25d48ef1a2d12f8
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Mon, 25 Apr 2016 20:28:42 -0700

Version 0.3

Diffstat:
MCHANGELOG.md | 6++++++
MMakefile | 2+-
2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,3 +1,9 @@ +## 0.3 (April 25, 2016) + +Bugfixes: + + - Runs properly in a terminal with -icrnl + ## 0.2 (October 19, 2014) Features: diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.2 +VERSION=0.3 CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic