setconf
setconf copied to clipboard
Option to print modified value
For example
setconf PKGBUILD pkgrel+=1
bumps pkgrel, but if I want to display the newly modified value on the terminal, this has to be done with a second command.
A --verbose option to display changed values seems fitting then. edit: For more flexibility, the old value could be displayed together with the updated one.
That's a good idea! Thanks for the feature request.