A command line finder that isn't yet fuzzy
Go to file
Érico Nogueira cbb98853d1 Fix bug in entry reading.
- deal with empty lines correctly: single letter options that don't get
  a newline were being missed
- entirely empty lines (empty line without a newline) weren't being used
  correctly
- fix UB from not setting line=NULL
- use the delim parameter instead of hardcoding for newlines
2022-08-12 23:48:50 -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 Use poll(3) and self pipe for signal handling. 2022-08-12 23:48:36 -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 Fix bug in entry reading. 2022-08-12 23:48:50 -03:00
util.h Add xmalloc and xrealloc wrappers. 2021-01-07 18:23:36 -03:00