A command line finder that isn't yet fuzzy
Go to file
Érico Rolim 472337a477 Support case insensitive search.
Enabled only if there is an upper string character in the search tokens.

Also call setlocale() in main() to guarantee correct behavior.
2021-01-07 18:44: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 Implement token search. 2021-01-07 18:17:20 -03:00
browser.c Support case insensitive search. 2021-01-07 18:44:12 -03:00
string-array.c Support case insensitive search. 2021-01-07 18:44:12 -03:00
string-array.h Implement token search. 2021-01-07 18:17:20 -03:00
util.c Add xmalloc and xrealloc wrappers. 2021-01-07 18:23:36 -03:00
util.h Add xmalloc and xrealloc wrappers. 2021-01-07 18:23:36 -03:00