On Thursday, January 2, 2014 11:26:46 AM UTC+1, Patrick wrote:

> I’ve submitted a fix for it.
> FWIW: I think the OS has changed the way it advertises those services 
> recently, but we’ve also changed the way QS matches ‘valid’ actions, so 
> either could be the problem.
> Either way, we’re moving towards a better way of validating actions (using 
> UTIs), which is what Apple is doing as well.
>

Great. For the archives, 
#1740<https://github.com/quicksilver/Quicksilver/pull/1740>. 
And I made this applescript action, since the native services wouldn't work 
with TotalTerminal as I expect ;)

*using terms from* *application* "Quıcĸsıɩⅴεʀ"

 *on* *process text* theCommands

-- for multiple values use comma-separated text, comma trick doesn't work 
with text

*if* theCommands *contains* "," *then* *set* theCommands *to* *words* *of* 
theCommands

 *repeat* *with* theCommand *in* theCommands *as* *list*

*do shell script* "open x-man-page://" & theCommand

*tell* *application* "Terminal" *to* *set* current settings *of* *front* 
*window* *to* *settings set* "Novel"

-- or duplicate and customize the default 'Man Page' settings

*end* *repeat*

 *tell* *application* "Terminal" *to* *tell* *last* *window* *to* *set* 
frontmost *to* true -- Visor

*tell* *application* "System Events" *to* *keystroke* "m" using {command 
down, shift down} -- merge to Visor

*end* *process text*

 *on* *get direct types*

*return* {"NSStringPboardType"}

*end* *get direct types*

 *end* *using terms from*

-- 
You received this message because you are subscribed to the Google Groups 
"Quicksilver" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/blacktree-quicksilver.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to