added a copy button for each line to paste the content into the clipboard, "pass init -- path=" command with right path-parameter, lupdate qtpass.pro#218
Conversation
|
Nice, I wanted to have something simmilar. |
|
Would be a nice idea too. |
|
Totally agree! |
|
okay. hopefully i will be able to push it today. |
added a copy to clipboard button an the output area layout changes from formlayout to gridlayout
|
so i pushed it, but the button image is just the :/icons/go-top.svg. Please change it :) |
|
Can you upload a screenshot? I can currently not merge? |
|
I'll upload it tomorrow morning. Just found the way to my bed ;) its 00:10 in germany :P |
|
Good morning . . Would you like me to merge this pull request and fix the icons and check on all behaviours . . |
|
Pls merge and heavy test :) |





Now we have the possibility to copy the additional-information from the password-file into the clipboard.

Maybe thats not the right QT-way, feel free to correct this. Im new on QT and it works. :)
See attached screenshot. e.g on doubleclick will the username or the url be pasted into the clipboard and be cleared after the amount of the configured autoclear.
The
pass initcommand, which was executed, when you add new users to the password files, was executed full qualified. e.g.pass init --path=/home/user/mypassstore/DBpasswords ..., and the password store is locate under /home/user/mypassstore. This would result into a new folder into the password storage /home/user/mypassstore/home/user/mypassstore/DBpasswords, becausepass init --path=...sees itspath-parameterrelativ to the passstore.see mainwindow.cpp:1485
unfortunately no extra commit :( sry
I also executed the
lupdate qtpass.procommand to re-generate the *.ts files. Now they are in sync with the code again.