On Saturday, July 23, 2016 at 7:09:21 PM UTC+2, 1.61803 wrote: > > Alternatively to this plugin > <https://github.com/quicksilver/Dash-qsplugin/blob/master/Documentation.mdown> > I > checked Dash's Preferences > Integration and Dash Plugin Development > <https://kapeli.com/dash_plugins>. >
Alternatively to the plugin, here's an applescript action. -- https://kapeli.com/dash_plugins -- usage: enter [KEYWORD(s)],,[QUERY] in first pane, e.g. -- bash,python,,builtin -- python,, -- ,,class using terms from application "Quıcĸsıɩⅴεʀ" on process text DashQuery do shell script "echo " & DashQuery & " | sed -E \"s/(.*),,(.*)/\\\"dash-plugin:\\/\\/keys=\\1\\&query=\\2\\\"/\" | xargs open" end process text 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 https://groups.google.com/group/blacktree-quicksilver. For more options, visit https://groups.google.com/d/optout.
