Open volker-raschek opened 6 years ago
This is a duplicate of #253 I believe.
A workaround: Since each password is stored in a file, you can just browse the .password-store folder with your preferred filemanager and rename them ;) Then, I usually commit them by myself:
git add -p .
git commit -m 'Rename some passwords'
An equivalent way would be to git mv each file, then commit.
I think this has been implemented and that this bug can be closed (it is present in 1.3.2).
Hello, it's possible to implement a function to rename a password file over QtPass?
I'm using QtPass 1.20.
It's a little bit stupid, but at the moment I must copy any values from the old entry in a new one, which has a new password file name.
Volker