https://github.com/codybloemhard/paclog
A tool to query the pacman log file.
https://github.com/codybloemhard/paclog
analysis arch-linux artix-linux cli log pacman
Last synced: about 1 year ago
JSON representation
A tool to query the pacman log file.
- Host: GitHub
- URL: https://github.com/codybloemhard/paclog
- Owner: codybloemhard
- License: gpl-3.0
- Created: 2024-05-11T20:05:21.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-11-25T19:48:18.000Z (over 1 year ago)
- Last Synced: 2025-04-09T11:07:04.380Z (about 1 year ago)
- Topics: analysis, arch-linux, artix-linux, cli, log, pacman
- Language: Rust
- Homepage:
- Size: 61.5 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Paclog
A tool to query the pacman log file.
Makes the data human-readable.
Read up on statistics and package history.
Useful when fixing problems or cleaning up the system.
```
Usage: paclog [OPTIONS]
Commands:
summary, -s Print some statistics.
commands, -c List most run commands.
installs, -i List most installed packages.
removes, -r List most removed packages.
upgrades, -u List most upgraded packages.
downgrades, -d List most downgraded packages.
package, -p List package history.
history, -H List pacman history.
intentional, -I List currently intentionally installed packages. Bold if never removed.
time, -t Print some statistics regarding time and dates.
help Print this message or the help of the given subcommand(s)
Options:
-l Path to logfile. [default: /var/log/pacman.log]
-h, --help Print help
-V, --version Print version
```
```
Copyright (C) 2024 Cody Bloemhard
This program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program. If not, see .
```