fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit 123bc33e09dd568b45330479306edef83e762cee parent 5d62ec75038954751f94c600c3987132ad1ff8ea Author: John Hawthorn <john.hawthorn@gmail.com> Date: Sun, 19 Oct 2014 16:55:02 -0700 Version 0.2 Diffstat:
| A | CHANGELOG.md | | | 15 | +++++++++++++++ |
| M | Makefile | | | 2 | +- |
2 files changed, 16 insertions(+), 1 deletion(-)
diff --git a/CHANGELOG.md b/CHANGELOG.md @@ -0,0 +1,15 @@ +## 0.2 + +Features: + + - Reduced memory usage on large sets + - Allow specifying custom prompt + +Bugfixes: + + - Terminal is properly reset on exit + - Fixed make install on OS X + +## 0.1 (September 20, 2014) + +Initial release diff --git a/Makefile b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.2pre +VERSION=0.2 CPPFLAGS=-DVERSION=\"${VERSION}\" -D_GNU_SOURCE CFLAGS+=-Wall -Wextra -g -std=c99 -O3 -pedantic