8个版本 (稳定版)

3.2.1 2024年8月8日
3.2.0 2024年5月15日
3.0.0 2024年4月29日
2.0.0 2024年4月28日
0.1.0 2023年11月12日

#127 in 命令行界面

Download history 516/week @ 2024-04-27 15/week @ 2024-05-04 247/week @ 2024-05-11 37/week @ 2024-05-18 2/week @ 2024-05-25 1/week @ 2024-06-22 6/week @ 2024-06-29 37/week @ 2024-07-06 118/week @ 2024-08-03 12/week @ 2024-08-10

130 每月下载次数

GPL-3.0-only

29KB
668 代码行

Paclog

查询pacman日志文件的工具。使数据易于阅读。了解统计信息和包历史。在修复问题或清理系统时很有用。

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/>.

依赖

~1.3–2MB
~36K SLoC