Skip to main content

maclean

A script to automate some relatively safe cleaning activities targeted at Manjaro Linux.

Example Run

$ maclean
Clean thumbnail cache of files not accessed for 2 weeks (y/N)? 
Done

Clean $HOME cache of files not accessed for 2 weeks (y/N)?
Done

Clean AUR Helper cache of all build files (y/N)?
Done

Clean all unused repositories and uninstalled packages from cache (y/N)?
Done

Operations Table

OperationCleanRemovePathsNotes
User-defined Junk~/.adobe , ~/.macromediaDefault targets listed. Edit or add to the array in the script.
Thumbnail cache~/.cache/thumbnailsKeep anything accessed within last 2 weeks.
$HOME cache~/.cacheKeep select directories*. Keep anything accessed within last 2 weeks.
Journal logsKeep anything accessed within last 2 weeks.
SNAP data~/.snap , ~/snap , /var/lib/snapdCleaning if installed. Removal if uninstalled.
Flatpak data~/.var/app , ~/.local/share/flatpak , /var/lib/flatpakCleaning if installed. Removal if uninstalled.
npm cache~/.npmCleaning if installed. Removal if uninstalled.
pip cache~/.cache/pipCleaning if installed. Removal if uninstalled.
pkgfile cache/var/cache/pkgfileRemoval if uninstalled.
PackageKit cache/var/cache/PackageKit , /var/lib/PackageKitCleaning if installed. Removal if uninstalled.
AUR Helper cacheLoop through supported AUR Helpers to invoke their cleaning flags.
Package cache/var/cache/pacman/pkgRemove all uninstalled cache, unused repos, and/or all but 2 latest installed cache.
Orphan Packages/var/cache/pacman/pkgRemove all orphan packages. Please review before confirmation.
pacnew+pacsave filesWarning Only. Use pacdiff to manage.

Download and more information at the Gitlab Page