fzy
terminal fuzzy finder picker
git clone https://9o.is/git/fzy.git
commit e532fdabdc53615258f434f006a1cb3c3e2ce92e parent b3863c60b62742e76f480e7b7833ab286406ada3 Author: John Hawthorn <john.hawthorn@gmail.com> Date: Mon, 2 May 2016 21:46:35 -0700 Destroy choices on exit Diffstat:
| M | fzy.c | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/fzy.c b/fzy.c @@ -278,5 +278,7 @@ int main(int argc, char *argv[]) { run(&tty, &choices); } + choices_destroy(&choices); + return 0; }