-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Since yaycache -ruk0 --remove-build-files leaves a lot of clutter into .cache/yay/<package> for most uninstalled AUR packages, for example like .git and PKGBUILD and .SRCINFO etc etc., would it be possible to implement some cleaner option, like --force-remove-cache or --remove-cache-subfolders or something creative, so basically:
yaycache -ruk0 --force-remove-cache would nuke any .cache/yay/<package> folder for every uninstalled <package>, so the .cache/yay folder itself gets cleaned from all the uninstalled package subfolders. No need to sort every file one by one and by date and time or whatever... just nuke all the subfolders entirely.
Right now there's a subfolder for every single package I have installed through yay and AUR regardless if it was deleted several years ago or not. I would like those subfolders gone. clean. good riddance.