r/fishshell May 07 '26

[Tool] fish-rpm-installed - Browse your RPM installation history by date — updated

Hello,

Updated my fish function for browsing RPM package installation history. Big changes since the original post 3 months ago — fzf dependency dropped, now a standalone function with date-based filtering.

rpm_installed today
rpm_installed yesterday
rpm_installed days 7
rpm_installed since 2026-03-01
rpm_installed count per-day

Aliases: td, yd, lw, tm, lm

Install via Fisher: fisher install fdel-ux64/fish-rpm-installed

GitHub: https://github.com/fdel-ux64/fish-rpm-installed

Also maintain a broader fish functions collection for Arch/Fedora/Debian: https://github.com/fdel-ux64/fish-config

Upvotes

2 comments sorted by

u/fdelux6 May 28 '26

Another update since the last comment — a few more subcommands shipped:

rpm_installed this-week # ISO calendar week, Mon → today (alias: tw) rpm_installed on 2026-05-15 # exact single date rpm_installed count this-week rpm_installed count on DATE

The this-week heading shows the explicit date range so it's always clear what you're looking at:

📦 Installed packages — Mon 2026-05-25 → Thu 2026-05-28

Also fixed a heading bug where since X until X was showing the next day as the end date.

Now at v3.5 on GitHub: fisher update fdel-ux64/fish-rpm-installed