-
-
Notifications
You must be signed in to change notification settings - Fork 163
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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. |
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 init
command, 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-parameter
relativ to the passstore.see mainwindow.cpp:1485
unfortunately no extra commit :( sry
I also executed the
lupdate qtpass.pro
command to re-generate the *.ts files. Now they are in sync with the code again.