-
Notifications
You must be signed in to change notification settings - Fork 33
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
Password does not end up in clipboard #9
Comments
I am in the same situation (Iterm2/ZSH) and I use Alfred 3. Did you find a solution ? |
Do you mean apart from switching to Linux ? :P |
Yes :) |
Hello, |
Yeah, in Alfred workflow you can turn on debug mode. This is what I get:
|
https://github.com/CGenie/alfred-pass/tree/turn-gpg-off I turned off GPG. Can you check if it works now? (need to |
In alfred debug console, I got this after select an item :
EDIT : It is finally working, I launched the command in terminal, got the invite passphrase and after validate it, alfred workflow copied my passwords |
Could you please try the code with gpg stuff commented out? It seems to
work for me.
01.10.2017 8:51 AM "Jordi Dosne" <[email protected]> napisał(a):
… In alfred debug console, I got this after select an item :
[2017-10-01 09:39:59][ERROR: action.script] gpg-agent[28909]: Attention :
<< --write-env-file >> est une option obsol`ete - non prise en compte
gpg-agent: une instance de gpg-agent fonctionne déjà — pas de démarrage
d'une nouvelle instance gpg: 'echec du d'echiffrement : No secret key There
is no password to put on the clipboard at line 1.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#9 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAs3lEEotPeuSoagtTz9rjPb0mjSHrMBks5sn0SIgaJpZM4OQ4mp>
.
|
For anyone else having this issue, you should be able to change your pinentry program to |
When using alfred, completion works fine and I can find my password. Then I hit enter and "nothing" happens, i.e., my password is not copied to clipboard.
I read the script
pass-show.sh
, when I use it in my terminal it works fine and copies to clipboard but not when it is executed through alfred.I'm using iTerm2 with zsh but executing pass-show.sh with /bin/bash, which is specified in the script's shebang.
Right now I did not find what was the problem. If you have any idea I'll look into making the workflow compatible with my situation.
The text was updated successfully, but these errors were encountered: