QtPass icon indicating copy to clipboard operation
QtPass copied to clipboard

Rename password file

Open volker-raschek opened this issue 7 years ago • 3 comments

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

volker-raschek avatar Jan 02 '18 11:01 volker-raschek

This is a duplicate of #253 I believe.

tullis avatar Jan 19 '18 13:01 tullis

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.

5bentz avatar Feb 07 '18 12:02 5bentz

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

equaeghe avatar May 31 '21 09:05 equaeghe