10 stable releases (3 major)

new 3.3.0 Nov 24, 2024
3.2.2 Oct 28, 2024
3.2.0 May 15, 2024
2.0.0 Apr 28, 2024
0.1.0 Nov 12, 2023

#110 in Command-line interface

Download history 120/week @ 2024-08-04 10/week @ 2024-08-11 14/week @ 2024-09-15 9/week @ 2024-09-22 6/week @ 2024-09-29 128/week @ 2024-10-27 8/week @ 2024-11-03

136 downloads per month

GPL-3.0-only

31KB
698 lines

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.

https://crates.io/crates/paclog

Usage: paclog [OPTIONS] <COMMAND>

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>      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 <https://www.gnu.org/licenses/>.

Dependencies

~1.2–2MB
~33K SLoC