[PR] #250 from oSoWoSo: better showing of apps managed by am

This commit is contained in:
Azalea
2024-04-02 20:35:48 -04:00
committed by GitHub

View File

@@ -2070,7 +2070,7 @@ get_packages() {
has pipx && tot pipx list --short
has cargo && _cargopkgs="$(cargo install --list | grep -v '^ ')" && tot echo "$_cargopkgs"
has npm && pkgs_h=1 tot npm list -g --depth=0
has am && pac "$(am -f | grep 'PROGRAMS MANAGED BY' | cut -d' ' -f4)"
has am && pac "$(am -f --less)"
# OS-specific package managers.
case $os in