Re: Your favorite scripts, plugins and extensions

2007-05-15 Thread Rob Pluta

Can you let us know when your article sees the light of day?

Tthanks! -Rob

On May 14, 2007, at 7:13 AM, Colin Sproule wrote:


I am writing an article covering some of the more useful


--
--
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]


Group in Spotlight?

2007-05-15 Thread Jacob Lyles
Is there a way to show Yojimbo items as a separate group in Spotlight?

I.e. Spotlight separates PDFs, images, e-mails, etc. Can Yojimbo items be
broken out into their own list?

Thanks,

Jacob



-- 
--
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: Group in Spotlight?

2007-05-15 Thread Rhet Turnbull

This doesn't directly answer your question but for searching Yojimbo
via Spotlight, I use MoRU which is an excellent shareware interface to
Spotlight.  Searching Yj via MoRU/Spotlight is wickedly fast--much
faster than using Yj.  I set up a smartgroup for Yojimbo items in MoRU
and assign a hotkey to it.  I can then search within that smartgroup
very easily.

http://www.windstormsoftware.com/wssw/moru/index.html

Cheers,
Rhet


On 5/15/07, Jacob Lyles [EMAIL PROTECTED] wrote:

Is there a way to show Yojimbo items as a separate group in Spotlight?

I.e. Spotlight separates PDFs, images, e-mails, etc. Can Yojimbo items be
broken out into their own list?

Thanks,

Jacob



--
--
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]



--
--
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: Group in Spotlight?

2007-05-15 Thread Steve Kalkwarf

Is there a way to show Yojimbo items as a separate group in Spotlight?

I.e. Spotlight separates PDFs, images, e-mails, etc. Can Yojimbo items be
broken out into their own list?


No, unfortunately the groups are defined by Apple, and not 
accessible to us.


--
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]


I understand you frustration with synching

2007-05-15 Thread Daniel Lord

Don,

If, as I do, you find Yojimbo pretty useful, and you would like to  
try one more workaround for synching, then try the following.
I could not make synching work reliably until I did this and now it  
works without a flaw as far as I can tell.


Check your .Mac Sync Preferences. If Automatic is selected, choose  
another setting. I chose Hourly.
Once I did that, my desktop G5 and my Macbook Pro stay in synch  
hourly, even when separated by miles.


In defense of BareBones on this, I believe Apple's Syncing design is  
not yet reliable for reason I have not investigated--empirical data  
shows it is not and across multiple applications.

Perhaps Leopard will eliminate some of these issue.

As for your other issues, I have not encountered them so I cannot  
make any suggestion regarding them.


Daniel Lord



--
--
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: Group in Spotlight?

2007-05-15 Thread Kenneth Kirksey


On May 15, 2007, at 7:33 AM, Jacob Lyles wrote:


Is there a way to show Yojimbo items as a separate group in Spotlight?

I.e. Spotlight separates PDFs, images, e-mails, etc. Can Yojimbo  
items be

broken out into their own list?


Not that I'm aware of, but you can limit your spotlight searches to  
Yojimbo items only by appending kind:yojimbo item to your search  
terms.




--
--
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]


Re: Goodbye

2007-05-15 Thread Steve Axthelm
On 2007-05-14 Don Truett wrote:

 I did find one clue. I wasn't able to empty the trash within Yojimbo
 until I put it on the master exclude list for Application Enhancers
 (haxies-WindowShade, FruitMenu, Labels).

I think you've not found a clue, but rather the answer: haxies


-Steve

-- 
Steve Axthelm
[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]