Closed keeferrourke closed 6 years ago
related to #8
Basically this issue is important to ensure we don't keep stale information hanging around.
commit 30a593fed17f576a2a55b91fd8de4d714b116a5a fixes this issue; the db is cleaned up as results are returned to ensure that old/non-existent files do not appear in search results.
imgrep init
doesn't remove files from the db if they aren't found in subsequent scans of a directoryfix: keep file listing in memory when running
files.Walker()
and compare to db. ex:or w/e