Fix #652: Automated cache maintenance
authorColin Clark <colin.clark@cclark.uk>
Fri, 20 Aug 2021 14:33:20 +0000 (15:33 +0100)
committerColin Clark <colin.clark@cclark.uk>
Fri, 20 Aug 2021 14:33:20 +0000 (15:33 +0100)
commite634c67bdfbcb95ec91379f02ef45760c311a655
treee8bd6e2bce92acfe10266c37b712edb93ae85d4d
parent08f2a6ffc22fc60c3f2d21615c1ee64d2dbfba6c
Fix #652: Automated cache maintenance

https://github.com/BestImageViewer/geeqie/issues/652

If geeqie is called with --cache-maintenance <path>, the GUI is not
loaded and the program behaves as a command line program.

It runs recursively to clean thumbnail data, and create thumbnails and
.sim files.
CODING.md
README.md
doc/docbook/GuideOtherSoftware.xml
doc/docbook/GuideReferenceCommandLine.xml
doc/docbook/GuideReferenceManagement.xml
geeqie.1
src/cache_maint.c
src/cache_maint.h
src/main.c
src/remote.c