fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit aecdd6f6ab08131e9589d0c027e60770a681d127 parent ed17bf82f4d7916f1142b424d76cc58c8d2fd1ed Author: John Hawthorn <john.hawthorn@gmail.com> Date: Thu, 19 May 2016 08:59:51 -0700 Version 0.4 Diffstat:
| M | CHANGELOG.md | | | 2 | +- |
| M | Makefile | | | 2 | +- |
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.4 (unreleased) +## 0.4 (May 19, 2016) Features: diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.3 +VERSION=0.4 CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic