Tordex Community

Full Version: Command Line plugin definitions
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
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.
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.