Name Mode Size
.gitignore 100644 0 kb
LICENSE 100644 1 kb
Makefile 100644 0 kb
README.md 100644 0 kb
fzy.c 100644 5 kb
fzy.h 100644 0 kb
fzytest.c 100644 2 kb
match.c 100644 3 kb
README.md
# fzy A fuzzy text selector for terminals in C inspired by [selecta](https://github.com/garybernhardt/selecta) and [dmenu](http://tools.suckless.org/dmenu/) ## Installation $ make $ sudo make install The `PREFIX` environment variable can be used to specify the install location, the default is `/usr/local`.