`pacdiff` strives to provide utilities changes on the root file structure of the filesystem from the pacman base. This is intended to provide utils for, but not limited to: - Tracking unknown/missing/modified files in `/etc`, `/usr`, `/var`, etc. - Managing the explicitly installed packages and optional dependencies proprely, to avoid messy package trees. It's true that pacman already can manage most of this, but in a CLI and unintuitive fashion, this program attempts to be as user friendly as possible to avoid mistakes of the mental overhead. ---