A command line finder that isn't yet fuzzy
Go to file
Érico Nogueira a265492706 Add intial query command line option.
It has an existing bug where the filter is only applied after the first
user interaction.
2022-08-13 00:19:05 -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 Rename executable to ef. 2021-01-08 02:02:52 -03:00
ef.c Add intial query command line option. 2022-08-13 00:19:05 -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 Add print_prompt funtion. 2022-08-13 00:11:32 -03:00
util.h Add print_prompt funtion. 2022-08-13 00:11:32 -03:00