A command line finder that isn't yet fuzzy
Go to file
Érico Rolim 8f70f6e213 Add basic structure to print only result to stdout.
Also reorganize init sequence a bit, and add KEY_ENTER as a recognized
input.
2021-01-07 16:34:12 -03:00
.gitignore Split implementation into multiple files. 2021-01-07 16:07:16 -03:00
LICENSE Initial commit. 2021-01-07 16:07:12 -03:00
Makefile Split implementation into multiple files. 2021-01-07 16:07:16 -03:00
browser.c Add basic structure to print only result to stdout. 2021-01-07 16:34:12 -03:00
string-array.c Split implementation into multiple files. 2021-01-07 16:07:16 -03:00
string-array.h Split implementation into multiple files. 2021-01-07 16:07:16 -03:00
util.c Split implementation into multiple files. 2021-01-07 16:07:16 -03:00
util.h Split implementation into multiple files. 2021-01-07 16:07:16 -03:00