Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

packages: Add pm and cargo package managers #1876

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 2 additions & 0 deletions neofetch
Original file line number Diff line number Diff line change
Expand Up @@ -1555,6 +1555,7 @@ get_packages() {
has butch && tot butch list
has swupd && tot swupd bundle-list --quiet
has pisi && tot pisi li
has pm && tot pm list packages

# Using the dnf package cache is much faster than rpm.
if has dnf && type -p sqlite3 >/dev/null && [[ -f /var/cache/dnf/packages.db ]]; then
Expand Down Expand Up @@ -1625,6 +1626,7 @@ get_packages() {
has flatpak && tot flatpak list
has spm && tot spm list -i
has puyo && dir ~/.puyo/installed
has cargo && dir ~/.cargo/bin/*

# Snap hangs if the command is run without the daemon running.
# Only run snap if the daemon is also running.
Expand Down