Skip to content
  • rgaudin's avatar
    Fixed #241: Added a Cache Folder management tool · 8832c2af
    rgaudin authored
    - command line tools:
    	- kiwix-hotspot cache --build-dir . show
    		list all files in cache, showing which ones are to be kept (latest version)
    	- kiwix-hotspot cache --build-dir . clean
    		remove all obsolete (non latest or alien) files from cache
    	- kiwix-hotspot cache --build-dir . reset
    		removes the cache folder completely (option to keep latest master)
    
    - GUI interface
    	- Clean button appearing next to build-folder selector when build-dir is set
    	- Opens a popup displaying usage and offering Clean or Reset (no option) actions
    	- Async, cancellable actions
    	- Displays new disk usage and free space after operation completed
    8832c2af