A simple script to modify password store entries with sed commands
Get passed-git with your favorite aur helper
Copy passed from this repo somewhere in your path.
run passed <your sed arguments>
To change UserName
to user
in your pass entries run passed 's/UserName/user/'
Passed will ask you to confirm each overwrite. If you know what you're doing
you can pipe yes
to the passed command.