fzy

terminal fuzzy finder picker

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

commit 1944b05e13e8b32a378ed3b2c8b3ce86c84bc820
parent 867820d76dab94343ee81c6a847f0abaab43d5a9
Author: John Hawthorn <john.hawthorn@gmail.com>
Date:   Sun, 19 Jun 2016 23:18:26 -0700

Remove options global variable

Diffstat:
Msrc/fzy.c | 3+--
1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/fzy.c b/src/fzy.c @@ -12,9 +12,8 @@ #include "../config.h" -options_t options; - int main(int argc, char *argv[]) { + options_t options; options_parse(&options, argc, argv); choices_t choices;