Go to file
2025-01-28 15:35:14 +01:00
LICENSE initial commit 2023-04-03 11:51:42 +02:00
pman.sh added reflector shortcut to help refresh pacman mirrorlist 2025-01-28 12:50:43 +01:00
README.md updated README 2025-01-28 15:35:14 +01:00

pman.sh

A pacman helper script, because you forget all the stupid flags

Usage / Features:

  • aur/yay
  • search
  • info
  • localinfo
  • provides
  • providefiles
  • installed
  • install
  • update
  • upgradable
  • upgrade
  • remove
  • purge
  • clean
  • reflector
  • config

reflector and config are the only flag that are not appended to pacman (or yay)
instead reflector resolves to reflector with the previously used parameters stored in /etc/pacman.d/mirrorlist
and config resolves to nano /etc/pacman.conf.

sudo gets prepended automatically if the command requires root privileges, if the UID is not 0 (you are not root) and if sudo installed.
no, there is no check if your user is in the sudo group, if you download this script you should already be, or know you can only use part of this utility
tho such a feature is planned, to make the script truly ubiquitus.