pman/README.md

29 lines
901 B
Markdown
Raw Normal View History

2023-04-03 09:51:42 +00:00
# pman.sh
2024-09-16 12:04:43 +00:00
A `pacman` helper script, because you forget all the stupid flags
## Usage / Features:
2024-09-16 12:04:43 +00:00
- aur/yay
- search
2024-09-16 12:04:43 +00:00
- info
- localinfo
- provides
- providefiles
- installed
- install
- update
- upgradable
- upgrade
2024-09-16 12:04:43 +00:00
- remove
- purge
- clean
- reflector
- config
2025-01-28 14:35:14 +00:00
`reflector` and `config` are the only flag that are not appended to `pacman` (or `yay`)<br>
instead `reflector` resolves to `reflector` with the previously used parameters stored in `/etc/pacman.d/mirrorlist`<br>
and `config` resolves to `nano /etc/pacman.conf`.
2025-01-28 14:35:14 +00:00
`sudo` gets prepended automatically if the command requires root privileges, if the UID is not 0 (you are not `root`) and if `sudo` installed.<br>
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<br>
tho such a feature is planned, to make the script truly ubiquitus.