IJHack / QtPass

QtPass is a multi-platform GUI for pass, the standard unix password manager.
https://qtpass.org/
GNU General Public License v3.0
1.03k stars 162 forks source link

Rename password file #341

Open volker-raschek opened 6 years ago

volker-raschek commented 6 years ago

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

tullis commented 6 years ago

This is a duplicate of #253 I believe.

5bentz commented 6 years ago

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.

equaeghe commented 3 years ago

I think this has been implemented and that this bug can be closed (it is present in 1.3.2).