Re: Yojimbo workflow for access password protected websites.

2007-05-20 Thread Matt Henderson
Because I want to do step number 3 (in my desired workflow); I want  
to have to enter my global password.


On May 16, 2007, at 9:55 PM, bill shamam wrote:



Why not use the MacOS Keychain for this?   That's what it's  
designed for.


On May 15, 2007, at 6:30 AM, Matt Henderson wrote:

Probably one of the most frequent uses of Yojimbo for me, is  
accessing passwords to websites/forums I visit. For most sites  
these days, I use the same user name, and then generate a unique  
random password that I store in Yojimbo.


When I access sites, here's the present workflow:

1. F6, switch into yojimbo
2. Type PayPal (for instance)
3. Click to select the right record.
4. Click Copy
5. Type in my application password.
6. Control click URL to open.

Here the workflow I'd prefer to have:

1. command-space to invoke quicksilver
2. Type PayPal (it would soon learn I'm looking for my Yojimbo  
record), and hit return.

3. Type in my application password
4. I then find myself in safari at the paypal website with my  
password on the clipboard.


Anyone know how this could be setup? (or whether it's even  
possible?) Thanks!


Kind regards,

--
Matt Henderson, MakaluMedia Group
http://makalumedia.com | +34 952 900 776 | +1 404 975 0988

--
--
This message is sent to you because you are subscribed to
 the mailing list yojimbo-talk@barebones.com.
To unsubscribe, send mail to: [EMAIL PROTECTED]
List archives:  http://www.listsearch.com/yojimbotalk.lasso
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: [EMAIL PROTECTED]



--
--
This message is sent to you because you are subscribed to
 the mailing list yojimbo-talk@barebones.com.
To unsubscribe, send mail to: [EMAIL PROTECTED]
List archives:  http://www.listsearch.com/yojimbotalk.lasso
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: [EMAIL PROTECTED]





--
--
This message is sent to you because you are subscribed to
 the mailing list yojimbo-talk@barebones.com.
To unsubscribe, send mail to: [EMAIL PROTECTED]
List archives:  http://www.listsearch.com/yojimbotalk.lasso
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: [EMAIL PROTECTED]


Re: Yojimbo workflow for access password protected websites.

2007-05-16 Thread Wolfgang Kunckel

Hello Steve!

Sorry for my not-knowing:

How do you set that up in Launchbar? I just downloaded it and like to  
get it working...


Wolfgang


Am 15.05.2007 um 16:20 schrieb Steve Kalkwarf:


Here the workflow I'd prefer to have:

1. command-space to invoke quicksilver
2. Type PayPal (it would soon learn I'm looking for my Yojimbo  
record), and hit return.

3. Type in my application password
4. I then find myself in safari at the paypal website with my  
password on the clipboard.


Anyone know how this could be setup? (or whether it's even  
possible?) Thanks!


I don't use Quicksilver, but this script works in LaunchBar. I'm  
sure it can be modified for QS.


on handle_string(theString)
tell application Yojimbo
set sel to every password item whose location contains  
theString

set targetItem to first item of sel
set itemURL to location of targetItem
set the clipboard to password of targetItem

tell application Safari
open location itemURL
end tell
end tell
end handle_string

Footnotes:

You need to go to the Yojimbo Security preferences, and allow  
AppleScript access to password items.


If you use Safari, make sure the location field of all your records  
starts with http:// or https://. Camino allows slack urls.


--
Steve Kalkwarf
[EMAIL PROTECTED]


--
--
This message is sent to you because you are subscribed to
 the mailing list yojimbo-talk@barebones.com.
To unsubscribe, send mail to: [EMAIL PROTECTED]
List archives:  http://www.listsearch.com/yojimbotalk.lasso
Have a feature request, or not sure if the software's working
correctly? Please send mail to: [EMAIL PROTECTED]


mit freundlichen Grüßen


Wolfgang Kunckel


--
Kunckel EDV Systeme GmbH - Plantage 13 (Shed 5) - 28215 Bremen
Tel: 0421-49145-0 - Fax: 0421 / 49 145-49 - www.kedv.de
Persönlich haftende Gesellschafterin: Kunckel EDV Systeme GmbH
Vertretungsberechtigter Geschäftsführer: Wolfgang Kunckel
Registergericht: Amtsgericht Bremen Registernummer: HRB 13733
Umsatzsteuer-Identifikationsnummer gemäß § 27 a: DE 114420037
--
Privat: 0700-95862535 - 0700-wkunckel - Skype: wolfgangkunckel



--
--
This message is sent to you because you are subscribed to
 the mailing list yojimbo-talk@barebones.com.
To unsubscribe, send mail to: [EMAIL PROTECTED]
List archives:  http://www.listsearch.com/yojimbotalk.lasso
Have a feature request, or not sure if the software's working
correctly? Please send mail to: [EMAIL PROTECTED]


Re: Yojimbo workflow for access password protected websites.

2007-05-16 Thread Wolfgang Kunckel

Ok. Reading the manual helps a lot, ...


Works great.

Thanks

Wolfgang


Am 16.05.2007 um 10:09 schrieb Wolfgang Kunckel:


Hello Steve!

Sorry for my not-knowing:

How do you set that up in Launchbar? I just downloaded it and like  
to get it working...


Wolfgang


mit freundlichen Grüßen


Wolfgang Kunckel


--
Kunckel EDV Systeme GmbH - Plantage 13 (Shed 5) - 28215 Bremen
Tel: 0421-49145-0 - Fax: 0421 / 49 145-49 - www.kedv.de
Persönlich haftende Gesellschafterin: Kunckel EDV Systeme GmbH
Vertretungsberechtigter Geschäftsführer: Wolfgang Kunckel
Registergericht: Amtsgericht Bremen Registernummer: HRB 13733
Umsatzsteuer-Identifikationsnummer gemäß § 27 a: DE 114420037
--
Privat: 0700-95862535 - 0700-wkunckel - Skype: wolfgangkunckel



--
--
This message is sent to you because you are subscribed to
 the mailing list yojimbo-talk@barebones.com.
To unsubscribe, send mail to: [EMAIL PROTECTED]
List archives:  http://www.listsearch.com/yojimbotalk.lasso
Have a feature request, or not sure if the software's working
correctly? Please send mail to: [EMAIL PROTECTED]


Re: Yojimbo workflow for access password protected websites.

2007-05-16 Thread bill shamam


Why not use the MacOS Keychain for this?   That's what it's designed  
for.


On May 15, 2007, at 6:30 AM, Matt Henderson wrote:

Probably one of the most frequent uses of Yojimbo for me, is  
accessing passwords to websites/forums I visit. For most sites  
these days, I use the same user name, and then generate a unique  
random password that I store in Yojimbo.


When I access sites, here's the present workflow:

1. F6, switch into yojimbo
2. Type PayPal (for instance)
3. Click to select the right record.
4. Click Copy
5. Type in my application password.
6. Control click URL to open.

Here the workflow I'd prefer to have:

1. command-space to invoke quicksilver
2. Type PayPal (it would soon learn I'm looking for my Yojimbo  
record), and hit return.

3. Type in my application password
4. I then find myself in safari at the paypal website with my  
password on the clipboard.


Anyone know how this could be setup? (or whether it's even  
possible?) Thanks!


Kind regards,

--
Matt Henderson, MakaluMedia Group
http://makalumedia.com | +34 952 900 776 | +1 404 975 0988

--
--
This message is sent to you because you are subscribed to
 the mailing list yojimbo-talk@barebones.com.
To unsubscribe, send mail to: [EMAIL PROTECTED]
List archives:  http://www.listsearch.com/yojimbotalk.lasso
Have a feature request, or not sure if the software's  
workingcorrectly? Please send mail to: [EMAIL PROTECTED]



--
--
This message is sent to you because you are subscribed to
 the mailing list yojimbo-talk@barebones.com.
To unsubscribe, send mail to: [EMAIL PROTECTED]
List archives:  http://www.listsearch.com/yojimbotalk.lasso
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: [EMAIL PROTECTED]


Re: Yojimbo workflow for access password protected websites.

2007-05-15 Thread Steve Kalkwarf

Here the workflow I'd prefer to have:

1. command-space to invoke quicksilver
2. Type PayPal (it would soon learn I'm looking for my 
Yojimbo record), and hit return.

3. Type in my application password
4. I then find myself in safari at the paypal website with my 
password on the clipboard.


Anyone know how this could be setup? (or whether it's even possible?) Thanks!


I don't use Quicksilver, but this script works in LaunchBar. I'm 
sure it can be modified for QS.


on handle_string(theString)
tell application Yojimbo
set sel to every password item whose location contains theString
set targetItem to first item of sel
set itemURL to location of targetItem
set the clipboard to password of targetItem

tell application Safari
open location itemURL
end tell
end tell
end handle_string

Footnotes:

You need to go to the Yojimbo Security preferences, and allow 
AppleScript access to password items.


If you use Safari, make sure the location field of all your 
records starts with http:// or https://. Camino allows slack urls.


--
Steve Kalkwarf
[EMAIL PROTECTED]


--
--
This message is sent to you because you are subscribed to
 the mailing list yojimbo-talk@barebones.com.
To unsubscribe, send mail to: [EMAIL PROTECTED]
List archives:  http://www.listsearch.com/yojimbotalk.lasso
Have a feature request, or not sure if the software's working
correctly? Please send mail to: [EMAIL PROTECTED]


Re: Yojimbo workflow for access password protected websites.

2007-05-15 Thread Kenneth Kirksey


On May 15, 2007, at 6:30 AM, Matt Henderson wrote:


Here the workflow I'd prefer to have:

1. command-space to invoke quicksilver
2. Type PayPal (it would soon learn I'm looking for my Yojimbo  
record), and hit return.

3. Type in my application password
4. I then find myself in safari at the paypal website with my  
password on the clipboard.


Anyone know how this could be setup? (or whether it's even  
possible?) Thanks!


Don't know about Quicksilver, as I'm a LaunchBar user myself, but  
I've automated the process of getting passwords from Yojimbo to a web  
page using QuicKeys. You could probably do it with another macro  
utility like iKey as well.



--
--
This message is sent to you because you are subscribed to
 the mailing list yojimbo-talk@barebones.com.
To unsubscribe, send mail to: [EMAIL PROTECTED]
List archives:  http://www.listsearch.com/yojimbotalk.lasso
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: [EMAIL PROTECTED]


Re: Yojimbo workflow for access password protected websites.

2007-05-15 Thread Kenneth Kirksey


On May 15, 2007, at 10:20 AM, Steve Kalkwarf wrote:

I don't use Quicksilver, but this script works in LaunchBar. I'm  
sure it can be modified for QS.


Well that's a lot better than my QuicKeys solution. Thanks!



--
--
This message is sent to you because you are subscribed to
 the mailing list yojimbo-talk@barebones.com.
To unsubscribe, send mail to: [EMAIL PROTECTED]
List archives:  http://www.listsearch.com/yojimbotalk.lasso
Have a feature request, or not sure if the software's working 
correctly? Please send mail to: [EMAIL PROTECTED]