feat: init structure, implemented pacfiles

This commit is contained in:
2026-04-22 19:03:08 +02:00
commit 27b7cd3813
9 changed files with 951 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
`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.
---
<div align="center"><sup>Made with ❤️ in rust.</sup></div>