Tordex Community
Command Line plugin definitions - Printable Version

+- Tordex Community (http://forum.tordex.com)
+-- Forum: True Launch Bar plugins (http://forum.tordex.com/forum-4.html)
+--- Forum: Plugin features and improvements (http://forum.tordex.com/forum-15.html)
+--- Thread: Command Line plugin definitions (/thread-4781.html)



Command Line plugin definitions - Anam Cara - 03-19-2015

I love the command line plugin and I use it heavily, but I was thinking about the search engines. There's very few predefined ones installed, here's a few I use that I think might be good ones for the predefine list:

Wikipedia:
- Prefix: w
- URL: http://en.wikipedia.org/w/index.php?search=%s
- Replace spaces with: +
- Encoding: UTF8

IMDb:
-prefix: i
- URL: http://www.imdb.com/find?ref_=nv_sr_fn&q=%s&s=all
- Replace spaces with: +
- Encoding: UTF8

GitHub:
- prefix: git
- URL: https://github.com/search?utf8=%E2%9C%93&q=%s
Replace spaces with: +
Encoding: UTF8

I have more and I'd love to upload a config file, but I can't for the life of me find a single config file for the plugin. the appdata folder only have two files for the weather plugin.


RE: Command Line plugin definitions - Yuri Kobets - 03-20-2015

The command line plugin store all setting inside the ".tlbplugin" file located in the toolbar folder. You can drag&drop the plugin into any folder to get a copy of this file and upload it here. Note this file contain your search history, so you have to clear the history in the properties.

Anyway you give me a good idea to add the import/export into the command line plugin. Thank you.