Re: QS 1.5.2 crashing...

2017-02-27 Thread Mike Petonic
121K for me ;-/ Disabled the Safari History Catalog and will observe. Thanks for the tip. On Saturday, February 25, 2017 at 10:44:28 AM UTC-7, Timmy wrote: > > Not until just now, Patrick. Will see how things go over the next couple > of days now I've disabled the 'history' catalog. When I

Re: Any way to get "qs" to actually fire the command?

2016-11-20 Thread Mike Petonic
Thanks, Jason, for the cool technique. I'll be using it. Rob -- In general, where I want to use this is in using the power of QS in other environments without duplicating the functionality in, say, Applescript. Use case: - I'm in Preview and the Current Document is an image file that I've

Re: Any way to get "qs" to actually fire the command?

2016-11-07 Thread Mike Petonic
Thanks for that, Rob. You gave me two good hints in one post. I'd call that economy of scale :-) open "somethingsomething.qscommand" Works just fine. No need for an "open -a" So, I created a droplet that basically opened /Users/petonic/bin/qslargetext.xt and displayed the contents of

Any way to get "qs" to actually fire the command?

2016-11-06 Thread Mike Petonic
This is probably a simple question, or it'll be impossible. One of the two options... I want to use QS's interface programmatically from a shellscript or even from an Applescript. For instance, I'd like something like what's below. I know that it doesn't exist as such right now, but

Re: Custom Proxy Object

2016-08-13 Thread Mike Petonic
On Friday, August 12, 2016 at 6:05:49 AM UTC-7, Rob McBroom wrote: [ ... other good advice removed ...] > Any pointers? If I can't do it in Applescript, then I'll probably try > Swift. > > As I said, you could write a command line tool in Swift. I don’t think > there’s any reason why you

Re: Custom Proxy Object

2016-08-11 Thread Mike Petonic
On Wednesday, August 10, 2016 at 1:35:07 PM UTC-7, 1.61803 wrote: > > On Wednesday, August 10, 2016 at 2:49:00 PM UTC+2, Rob McBroom wrote: >> >> You more or less just described the “Current Selection” proxy object. >> > > I think that he meant to script and customize the current selection based

Re: Custom Proxy Object

2016-08-09 Thread Mike Petonic
On Saturday, August 6, 2016 at 1:05:06 AM UTC-7, 1.61803 wrote: > > On Friday, August 5, 2016 at 4:00:58 PM UTC+2, 1.61803 wrote: >> >> On Friday, August 5, 2016 at 3:44:59 PM UTC+2, Rob McBroom wrote: >>> >>> What is this new proxy object? Just requesting that might be better. >>> >> I'm not

Quicksilver File Attribute Tags ... Error: "OSStatus error -5000"

2016-07-26 Thread Mike Petonic
I'm falling in love with the new-to-me features that I haven't been using heavily on QS. Specifically, gathering files for task and using the tags facility (from the file attributes plugin) to tag them... However, when I try to use this, I get the error message below in notification center.

Re: Is Xattr sort of dead?

2016-07-25 Thread Mike Petonic
On Monday, July 25, 2016 at 6:38:56 AM UTC-7, Rob McBroom wrote: > > > I was thinking that it would be handy to have for a custom > > receipt/expense > > report tracking system that I've got. Right now, I encode a bunch of > > meta > > data into the filename (date, purpose, customers, etc),

Is Xattr sort of dead?

2016-07-24 Thread Mike Petonic
I noticed that there's an Xattr QS Plugin at Quicksilver Xattr Plugin . It hasn't been touched in like 8 years, but I'm not sure if Xattr has evolved much since then, in any case. Has anyone tried to compile it or use it? I

Didn't returning strings from QuickSilver Applescript actions used to work?

2016-07-04 Thread Mike Petonic
I'm not sure when this stopped working, but it used to be that you could return a text string value from a compiled Applescript action called by Quicksilver. Here is the relevant part of my code using terms from application "Quicksilver" on process text direct_object

Re: QuickSilver Default Actions

2016-06-28 Thread Mike Petonic
AM UTC-7, Rob McBroom wrote: > > On 28 Jun 2016, at 13:37, Mike Petonic wrote: > > > When I invoke QS and enter "=3 * 12" in the first pane, the default > > action > > that shows in the second pane is a script that I wrote called "QS > > Decode

QuickSilver Default Actions

2016-06-28 Thread Mike Petonic
When I invoke QS and enter "=3 * 12" in the first pane, the default action that shows in the second pane is a script that I wrote called "QS Decode URL" which is in my .../quicksilver/Actions folder. I'm wondering how that script got precedence over the default "Calculate" action. It's a bit

Re: Formatting text in Quicksilver

2016-06-16 Thread Mike Petonic
at 11:59:29 AM UTC-7, hmelman wrote: > > I think the somewhat standard command is Paste and Match Style and it's > shift option command V. It's also in Word 2011 at least. > > Howard > > > On Jun 16, 2016, at 12:45 PM, Mike Petonic <pet...@gmail.com > > wrote:

Re: Formatting text in Quicksilver

2016-06-16 Thread Mike Petonic
Microsoft products (Word, Excel) tend to be non-conformant to the Mac conventions. To overcome that, I set up a QS trigger bound to "Shift-Cmd-C". The trigger does the following: Run Shellscript (I use a different variant, but on vanilla QS, I think that this is the command)

Re: Any chance of supporting iTerm2 v2.9+ Applescript in iTerm Plugin?

2016-06-03 Thread Mike Petonic
> > I’ve said before, I’d rather spend 10 hours helping someone than 1 > hour working on a plug-in I don’t use. Right along with the whole teaching a body how to fish. Makes sense. I'm looking to dive back into a more substantive project. I'm actually a software salesperson by trade

Re: Any chance of supporting iTerm2 v2.9+ Applescript in iTerm Plugin?

2016-06-01 Thread Mike Petonic
OK, I may have to bite the bullet and figure out who to build plugins... I know that you've written a guide to get guys like me starting. I'd like to give back to the community that I get so much out of. Thanks, Rob. -- You received this message because you are subscribed to the Google

Any chance of supporting iTerm2 v2.9+ Applescript in iTerm Plugin?

2016-05-30 Thread Mike Petonic
The verbs and syntax for iTerm2's Applescript changed with release of version 2.9 and above. See (Applescript diffs)[https://www.iterm2.com/version3.html]. Any chance of having the iTerm2 plugin updated? Much thanks. One of these days, I'll figure out how to build plugins. It's just that

Re: Window Interface -- Can it be made to reposition on each invocation?

2016-05-27 Thread Mike Petonic
Thanks for posting the Applescript. It doesn't seem to work anymore because the name of the window has seemed to change from "Window" to "Command". Here's a slightly more elaborate script that I created as a riff on your script. Thanks for the head start! -- Get dimensions of the screen tell

Re: Problem mapping CONTROL+N to a straight CURSOR_DOWN (with no CONTROL key)

2016-04-15 Thread Mike Petonic
On Friday, April 15, 2016 at 7:08:47 AM UTC-7, Rob McBroom wrote:dfd > > On 14 Apr 2016, at 19:13, Mike Petonic wrote: > > > I want this mapping because the builtin spellcheck on OSX doesn't > > respect > > the Emacs bindings like the rest of the OS does. > &

Re: Error on install: quicksilver.app is damaged...

2016-04-15 Thread Mike Petonic
That sounds like a base OS X message, and not a QS message at all. On Friday, April 15, 2016 at 6:11:51 AM UTC-7, Doug Hyde wrote: > > And can't be opened. You should eject the disk image." > > Did a search but can't find "damaged" message, which is what I get when I > download 1.4.1 and install

Re: Problem mapping CONTROL+N to a straight CURSOR_DOWN (with no CONTROL key)

2016-04-15 Thread Mike Petonic
Oh geez, was I asleep at the keyboard yesterday, or what? I was wondering why Fumihiko-san hadn't replied to my message this morning. That man is an absolute selfless machine! On Thursday, April 14, 2016 at 11:11:16 PM UTC-7, Jon Stovell wrote: > > Looks like you are trying to deal with a

Problem mapping CONTROL+N to a straight CURSOR_DOWN (with no CONTROL key)

2016-04-14 Thread Mike Petonic
Hi -- I entered the following lines: .Maps ^N to CursorDown. Used for spellchecker. __KeyToKey__ KeyCode::N, ModifierFlag::CONTROL_L, KeyCode::CURSOR_DOWN, ModifierFlag::NONE OSX responds by doing an APPLICATION-EXPOSE instead of sending a simple CURSOR_DOWN. I want

Question: Can I pass an "ABPeopleUIDsPboardType" object to an Applescript from QS?

2016-03-19 Thread Mike Petonic
I want to select a contact from the Address Book plugin in the first pane, and then select an Applescript in the second pane so that the entire contact (and attributes) are passed to the script. Is this possible? Purpose is to create an applescript that immediately pulls up the Messages.app

Re: Abracadabara Plugin

2016-03-18 Thread Mike Petonic
On Tuesday, March 1, 2016 at 10:18:49 AM UTC-8, Rob McBroom wrote: > > On 1 Mar 2016, at 12:44, Mike Petonic wrote: > > > *My question -- the plugin doesn't allow me to use Mouse_2 as a > > trigger. > > If I go in there and brute force the .plist or something, does

Re: 1.4.0 pre-release

2016-03-11 Thread Mike Petonic
On Friday, March 11, 2016 at 3:20:46 PM UTC-7, Rob McBroom wrote: > > For anyone set up to receive pre-releases, you should see a new version > the next time QS checks. > > There were one or two changes . Please > look them over and test anything that might

Abracadabara Plugin

2016-03-01 Thread Mike Petonic
I've managed to leverage the mouse gestures plugin to do useful things in Safari with the following script and actions. Please note that the script relies upon HammerSpoon for the UI Interactions, but it's pretty speedy. *My question -- the plugin doesn't allow me to use Mouse_2 as a trigger.

Re: Group

2016-01-29 Thread Mike Petonic
Can confirm. I've tried to nest a trigger under a newly created folder and it doesn't seem to work. Interestingly, I never even knew this existed until your post. On Friday, January 29, 2016 at 7:06:15 PM UTC-8, mak...@packer.edu wrote: > > I was wondering what a Group was on the quicksilver

Re: THANK YOU.

2015-10-09 Thread Mike Petonic
Hear, Hear. Love QS and the new team that has taken it on. If ObjC wasn't so foreign to my past C, C++, /bin/sh and perl abilities, I'd love to contribute. Only Lisp is more foreign than ObjC. But you guys rock. Thanks for carrying on the banner. On Saturday, October 3, 2015 at 7:15:49 PM

Re: Moved over to Safari (from Chrome, then Firefox) and now want to use Safari's KeySearch extension

2015-09-14 Thread Mike Petonic
M UTC-7, Rob McBroom wrote: > > On 9 Sep 2015, at 15:49, Mike Petonic wrote: > > I'd like to replicate that using the KeySearch extension of Safari's. For > KeySearch, you just move the mouse (or hit Cmd-L) to get into the address > bar, and then type the equivalent shortcut: &qu

Moved over to Safari (from Chrome, then Firefox) and now want to use Safari's KeySearch extension

2015-09-09 Thread Mike Petonic
I used to him my trigger "CMD-SHIFT-L" and it would bring up three panes with the first two filled with: http://shortmarks.com/s.php?h=QIshpWm=*** > Search For ... And the cursor would be in the third pane, so I only needed to type "gi 49ers logo" or whatever, and it would do a google image

Re: Window Interface -- Can it be made to reposition on each invocation?

2014-11-19 Thread Mike Petonic
/quicksilver/Quicksilver/blob/master/Quicksilver/Code-QuickStepInterface/QSResizingInterfaceController.m On 15 Tach 2014, at 06:48, Mike Petonic pet...@gmail.com javascript: wrote: I like the minimalist and moveable features of the Window interface. Moveable is good because with other non

Window Interface -- Can it be made to reposition on each invocation?

2014-11-14 Thread Mike Petonic
I like the minimalist and moveable features of the Window interface. Moveable is good because with other non-moveable interfaces, sometimes that Quicksilver pop-up obscures the text that I want to read. The challenge is that when I undock from my external display and go native with the

Re: Quicksilver and PushDialer

2013-11-21 Thread Mike Petonic
I did a simple hack and made it so that pressing Shift-Option-D dials whatever is in the clipboard. Here's the applescript: *try* *set* theText *to* *the clipboard* as *Unicode text* *delay* 0.2 *do shell script* open pushdialer:// theText *end* *try* I called that Applescript OF dial

Re: Quicksilver and PushDialer

2013-10-28 Thread Mike Petonic
On Sunday, October 27, 2013 7:20:59 PM UTC-7, Rob McBroom wrote: On Oct 24, 2013, at 11:13 AM, Mike Petonic pet...@gmail.com javascript: wrote: Hi Rob. Yeah, I didn't actually follow your posted link. Ooops. I also sent them an email message to sup...@pushdialer.com javascript

Re: Quicksilver and PushDialer

2013-10-24 Thread Mike Petonic
On Friday, October 18, 2013 10:30:47 PM UTC-4, Rob McBroom wrote: I guess you didn’t follow the link, but I cleaned up and basically “completed” their existing plug-in. No response from them, though. I’m not sure if we should add it to the official list if they don’t even have enough

Re: Quicksilver and PushDialer

2013-10-18 Thread Mike Petonic
Hi Rob -- Thanks for taking an interest in my plight of using PushDialer. I bought it on the iPhone and the service is indeed up and works very reliably. Well worth it for the convenience, IMHO. Since it supports a URL sort of interface, the actual code shouldn't be too hard, I wouldn't

Quicksilver and PushDialer

2013-10-09 Thread Mike Petonic
Howdy. I've been moving back and forth between QS (first), Alfred (w/ PowerPack) and back to QS. I like QS better, and I want to like it even more. I saw the following release on Github: https://github.com/PushDialer/quicksilver-plugin However, I didn't see a download and install sort of

Re: Help with using Quicksilver, Shortmarks and Chrome

2013-08-21 Thread Mike Petonic
editing in that field. Weird. On Thursday, September 22, 2011 8:46:47 AM UTC-7, Mike Petonic wrote: Hi Rob -- Many thanks. With your directions below, I got it to work. It's actually a nice improvement over my workflow. It was the *one* thing that a colleague could do with Alfred that I

RTFM? Quick Program Launcher/Switcher mode

2013-06-21 Thread Mike Petonic
Hi All -- This could very well be an RTFM and for that, I apologize. Thankfully, there is an M to RTF, and its a good one, but my QS skills are pretty basic and I'm thinking that perhaps someone has already extended this use case to work with Quicksilver. I was wondering if there was a way to

Re: Prefs for Calculator not there in ß60?

2013-06-21 Thread Mike Petonic
Big thanks to Kevin Ballard (it looks like) for modifying the Calculator plugin to use DC if the user wants to use RPN. Hurrah! I didn't notice this until I was scanning the plugins for changes. Cheers! On Friday, October 7, 2011 12:01:40 PM UTC-7, Mike Petonic wrote: I am using ß60

Current Application -- Show Menu Items doesn't appear to be working anymore with ML and b69

2012-08-07 Thread Mike Petonic
I used to have a trigger bound to the Option+Space key combination to do invoke the proxy action above. It doesn't seem to work anymore. Moreover, if I invoke Quicksilver and then do Current Application and tab to the next field, I can't find Show Menu Items at all. I've turned on enabling

Re: Current Application -- Show Menu Items doesn't appear to be working anymore with ML and b69

2012-08-07 Thread Mike Petonic
Please ignore. I found the missing setting. Under Preferences - Actions - All Actions, I needed Show Menu Items selected. I don't know why it wasn't selected. On Tuesday, August 7, 2012 2:24:43 PM UTC-7, Mike Petonic wrote: I used to have a trigger bound to the Option+Space key