https://github.com/shawnduong/pacman-digest
Generate a digest of package space usage for Linux systems using pacman.
https://github.com/shawnduong/pacman-digest
arch data pacman
Last synced: about 1 month ago
JSON representation
Generate a digest of package space usage for Linux systems using pacman.
- Host: GitHub
- URL: https://github.com/shawnduong/pacman-digest
- Owner: shawnduong
- License: mit
- Created: 2022-05-18T00:37:13.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T02:38:13.000Z (about 4 years ago)
- Last Synced: 2025-11-30T18:16:59.811Z (7 months ago)
- Topics: arch, data, pacman
- Language: Python
- Homepage:
- Size: 8.87 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Pacman Digest
**Pacman Digest** generates a digest of package space usage for Linux systems using pacman.
Pacman Digest helps users understand and visualize their package space usage as well as understand what packages take up the most space on their system. It processes system data and creates a portable `digest.html` file containing desired information.

## Installation
Run the following command to clone the repository:
```sh
$ git clone https://github.com/shawnduong/pacman-digest
```
## Usage
Navigate to the repository and run the program.
```sh
$ cd pacman-digest/
$ ./main.py --firefox # For Firefox users.
$ ./main.py --chromium # For Chromium users.
```
## License
This project is published under the [MIT License](./LICENSE).