A command line finder that isn't yet fuzzy
Go to file
Érico Rolim 70a8aba601 Various small fixes.
- make nrows size_t to avoid casting so much
- add fast exit cases for 0 and 1 input values
- don't print anything if entries.ms==0 and RETURN is pressed
- don't match an empty line when reading values from stdin
2021-01-08 01:46:42 -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 Various small fixes. 2021-01-08 01:46:42 -03:00
string-array.c Add sort_entries, make filter_entries(a, 0) set a.m[i]=true. 2021-01-07 20:59:33 -03:00
string-array.h Add sort_entries, make filter_entries(a, 0) set a.m[i]=true. 2021-01-07 20:59:33 -03:00
util.c Various small fixes. 2021-01-08 01:46:42 -03:00
util.h Add xmalloc and xrealloc wrappers. 2021-01-07 18:23:36 -03:00