Files

21 lines
765 B
Markdown

`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.
# Installation
If I haven't updated the main repo's location:
```
cargo install --git https://git.javalsai.tuxcord.net/rust/pacdiff.git
```
---
<div align="center"><sup>Made with ❤️ in rust.</sup></div>