jorbsd Posted March 4, 2013 Share Posted March 4, 2013 In addition to going to websites it would be great to be able to do something like: 1p <type for match> and then just get the password for that item in the pasteboard This would allow for faster copying of frequently used passwords like Twitter, Facebook, etc. for use elsewhere Tyler Eich 1 Link to comment Share on other sites More sharing options...
jdfwarrior Posted March 4, 2013 Share Posted March 4, 2013 Digging into 1Password like that, especially allowing you to copy the password directly, is a huge security issue. Link to comment Share on other sites More sharing options...
Andrew Posted March 4, 2013 Share Posted March 4, 2013 To expand on what David said - Alfred stays well clear of your encrypted data for your own safety. As such, he doesn't get anywhere close to your passwords to copy them to the pasteboard, he simply passes you on to the 1Password plugin in your browser which handles the security. Link to comment Share on other sites More sharing options...
Kennon Posted March 4, 2013 Share Posted March 4, 2013 A thought... Is there a URL scheme, or something, that you could tie into so if you hit ENTER it goes to the web plugin, but if you hit CMD+ENTER it goes to the app with the search pre-filled and you can copy there by hitting CMD+OPT+C? It's more work than what jorbsd proposed, but keeps you secure. Link to comment Share on other sites More sharing options...
instagraeme Posted March 5, 2013 Share Posted March 5, 2013 Although Alfred may not directly interact with 1Password passwords - if you have an a long randomly generated password and need to put it into an application (lets say a password for a mail account) then you would copy and paste the password. If you have clipboard persistance active in Alfred then this would be stored (as cleartext?) for the specified length of time. Therefore is it possible to detect where the copy came from and actively ignore 1Password? Link to comment Share on other sites More sharing options...
jdfwarrior Posted March 5, 2013 Share Posted March 5, 2013 Although Alfred may not directly interact with 1Password passwords - if you have an a long randomly generated password and need to put it into an application (lets say a password for a mail account) then you would copy and paste the password. If you have clipboard persistance active in Alfred then this would be stored (as cleartext?) for the specified length of time. Therefore is it possible to detect where the copy came from and actively ignore 1Password? Alfred already has in the settings the ability to ignore stuff copied from certain apps. Check the preferences and you'll see that apps like 1Password are already in the ignore list for saving in the Clipboard History Link to comment Share on other sites More sharing options...
jphorn Posted March 20, 2013 Share Posted March 20, 2013 (edited) Is there a URL scheme, or something, that you could tie into so if you hit ENTER it goes to the web plugin, but if you hit CMD+ENTER it goes to the app with the search pre-filled and you can copy there by hitting CMD+OPT+C? I would be REALLY happy to see this, but not sure if 1Password currently has an URL scheme or will get one in v4. But this would be an excellent idea, since 1Password DOES support this for their iOS version (I have this in Launch Center Pro). Edited March 20, 2013 by jphorn Link to comment Share on other sites More sharing options...
gelo Posted April 3, 2013 Share Posted April 3, 2013 (edited) To expand on what David said - Alfred stays well clear of your encrypted data for your own safety. As such, he doesn't get anywhere close to your passwords to copy them to the pasteboard, he simply passes you on to the 1Password plugin in your browser which handles the security. I see the security issues but I'd also be happy to see enhanced integration with 1password. Alfred could call 1password to ask for the master password and automatically copy the one you was looking for. I understand 1password had first to provide a way for native apps and not just browsers to connect to its database. Edited April 3, 2013 by gelo Link to comment Share on other sites More sharing options...
dteare Posted April 3, 2013 Share Posted April 3, 2013 Is there a URL scheme, or something, that you could tie into so if you hit ENTER it goes to the web plugin, but if you hit CMD+ENTER it goes to the app with the search pre-filled and you can copy there by hitting CMD+OPT+C?This is a great idea. I'd love seeing this in 1Password and look forward to adding it StDt 1 Link to comment Share on other sites More sharing options...
OliverJAsh Posted July 22, 2013 Share Posted July 22, 2013 +1 Link to comment Share on other sites More sharing options...
bananatrapp Posted March 5, 2016 Share Posted March 5, 2016 I managed to get pretty close by creating a workflow with keyword `pw` that runs this bash script: osascript -e 'open location "x-onepassword-helper://search/{query}"' You use it by typing something like "pw twitter". That opens the 1Password mini search and you can then press the right arrow key and hit enter to copy the password. deanishe 1 Link to comment Share on other sites More sharing options...
FroZen_X Posted May 23, 2016 Share Posted May 23, 2016 (edited) I managed to get pretty close by creating a workflow with keyword `pw` that runs this bash script: osascript -e 'open location "x-onepassword-helper://search/{query}"' You use it by typing something like "pw twitter". That opens the 1Password mini search and you can then press the right arrow key and hit enter to copy the password. In Alfred 3 you can easily add this applescript to it, to automate it completely: tell application "System Events" to tell process "1Password mini" set frontmost to true key code 124 delay 1 key code 36 end tell The delay has been enough for me all the time Only problem i have is that things like "This is a test" don't work as it has spaces in it :/ no clue what 1password wants instead lol Edited May 23, 2016 by FroZen_X Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now