From f5ed59a7fc3b66cd9589cd5967cc1ab76f11a465 Mon Sep 17 00:00:00 2001 From: Mitja Felicijan Date: Thu, 9 Nov 2023 23:54:13 +0100 Subject: Added some todos and ideas --- main.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'main.c') diff --git a/main.c b/main.c index 7078128..38cbd42 100644 --- a/main.c +++ b/main.c @@ -1,3 +1,13 @@ +// IMMEDIATE TODO & IDEAS: +// - Add language specific filter (by default all but it can also passed +// with -lpy -lc -lrb) which would only parse python, c and ruby files. +// - By default its case insensitive but with passing -cs it tells that +// all matching should be done in case sensitive way. +// - Add pthreads and check how grep does it's magic. +// - Add Levenshtein distance for matching and expose distance as arg with +// something like -d5 which would allow distance of 5 on a match. +// - Allow DEBUG to be provided as environmental variable. + #include #include #include -- cgit v1.2.3