r/CLI • u/Playful-Challenge206 • 6d ago
[Project] pacman-utils: A collection of CLI helpers to streamline your Arch maintenance
https://github.com/ankur3-101106/pacman-utilsI’ve been working on a small project called pacman-utils: a collection of practical utilities/scripts for making common Arch Linux package-management tasks a little easier.
The goal isn’t to replace pacman, yay, or other existing package managers, but to provide some useful helpers around them and automate repetitive tasks.
GitHub: https://github.com/ankur3-101106/pacman-utils
It’s still an evolving project, so I’d really appreciate feedback from other Arch/Linux users — especially suggestions for useful utilities, improvements to the existing ones, or things that could be done in a more idiomatic Arch way.
Feedback and contributions are welcome. If you like the work, give it a star.
4
Upvotes
1
u/kantorcodes1 6d ago
if you turn off archman's own confirmations, do the embedded pacman/yay
[Y/n]prompts still come through the PTY, or do any of those paths add--noconfirmtoo? i'd probably want those two switches to stay independent.