-
-
Notifications
You must be signed in to change notification settings - Fork 624
Add blackarch-helper package #4579
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
|
I apriciate every contribution and I would really love to see blackam making a comeback. I did only a quick review, so take my feedback with that grain of salt. If I did oversee something, please point it out. This tool, at it's current state is a wrapper around pacman. The key selling point of blackman was to build packages from source from our repo or basically any repo based on it's pkgbuild file. It had/has it's flaws, that's why it's no longer in use. This tool allows searches through pacman, installs through pacman and list categories through pacman. I don't see the blackman replacement as it is mentioned in the description. As I mentioned before, I did a quick review, so if anything is wrong, please point it out. I really appreciate the efffort you put in here, with even a man file and autocomplete commands. But from my point of view it's unfortunately in the wrong tool/direction. |
|
I agree with @ikstream. In short, yes for the info about packages and search TUI, no to the install package wrapper (note it can lead to partial upgrade). |
|
thank you for the feedback @ikstream @noraj , taking that into account, i have rewritten the tool from the ground up. It no longer functions as a pacman wrapper and instead build packages from source now. The main features, including the |
This tool provides an interactive fzf-powered TUI interface as well as traditional CLI subcommands. It replaces the now deprecated


blackmantool, which is still referenced in official documentation but no longer maintained or recommended.License: MIT