-
-
Notifications
You must be signed in to change notification settings - Fork 114
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
Aura.conf option for always showing makepkg output #806
Comments
Hi! Thanks for the report. Actually the Rust version of Aura already does exactly what you're asking for. No |
Absolutely! Just installed it last night and I've been using it today for all pacman/aur operations and (other than needing a bit of polish in it's error output, i.e.
I imagine this could be implemented by querying info based on what binaries the package provides, i.e. https://aur.archlinux.org/rpc/v5/info/brave-git
I can live without this feature since I am a heavy power user who is also a developer and understands what this kind of thing means I guess, but I imagine this kind of feature is helpful for more casual users. I really enjoy Aura and I think that it's fantastic that someone is taking the initiative to localize pacman/aur-usage for people who speak languages other than english. Keep up the great work! |
Ah interesting, offering installation options based on |
Oooh, I'd not heard of this! I have been slowly working on creating an AUR helper of my own as a learning project for myself, I'd be really keen to ask you a few questions about Faur and Aura. |
Sure, any time! Feel free to call the Faur API as well, it's slightly more convenient. |
I've added a new search command,
|
With most AUR helper users being accustomed to seeing the output of
makepkg
- I think it would be a good idea to offer an option within theaura.conf
file to set this. It would be akin to running something such assudo aura -Ax packagename
but without needing to specify thex
flag every timeSomething like:
I think an option like this would be great to have. When I first started using Aura, I thought that the build step of my AUR package installs was stalling every time until I looked through the manual and noticed that makepkg's output is suppressed by default. The build output is very useful to understanding what is happening during that step and having to explicitly specify the x flag every time is cumbersome.
Aside from this, I think it would be a good idea also to add the option for a user configuration file that would be read instead of
/etc/aura.conf
if it is present. The aur helper Paru has a feature like this - allowing a user config file located in the XDG_CONFIG_HOME.For example:
/home/username/.config/aura/aura.conf
Thank you for this great software!
The text was updated successfully, but these errors were encountered: