You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have been using parui for a while and it works pretty well, but I think it would be nice to add a simple configuration file to modify some of the default settings.
For example, I often use paru -Rs "package name" when removing packages, but since the parameters are written into the code, I have to modify the code to make it work as intended.
For another example, sometimes after I install a package, I will continue to install other packages, but after each installation, parui will exit, which makes me have to open it again, which is a bit annoying.
So I think it is necessary to add a simple configuration file to modify these default behaviors, and considering that this project may add more features in the future, writing some parameters and options in the code is not a good option.
The text was updated successfully, but these errors were encountered:
Thanks for your response, I can make a PR about the first question, but this is not my core point. My core point is to suggest adding a configuration file to modify the default behavior in a more user-friendly way. Just as paru can use paru.conf to modify settings.
yup, i understood, but unfortunately I don't have much time to work on parui and the defaults work for me right now. will still accept any PRs for implementing the config file though.
I have been using parui for a while and it works pretty well, but I think it would be nice to add a simple configuration file to modify some of the default settings.
For example, I often use paru -Rs "package name" when removing packages, but since the parameters are written into the code, I have to modify the code to make it work as intended.
For another example, sometimes after I install a package, I will continue to install other packages, but after each installation, parui will exit, which makes me have to open it again, which is a bit annoying.
So I think it is necessary to add a simple configuration file to modify these default behaviors, and considering that this project may add more features in the future, writing some parameters and options in the code is not a good option.
The text was updated successfully, but these errors were encountered: