| export your firefox keyword to conkeror webjump |
| My Writings - Linux tips, articles and hacks | ||
| Wednesday, 27 October 2010 15:55 | ||
|
I have been using conkeror browser more and more for my browsing needs these days. One of the things that I used in my Firefox browser were the "keyword searches". Conkeror has webjumps which are equivalent to Firefox's keyword searches. I was looking for a way to export my Firefox keyword searches to conkeror's webjums. This is what I came up with
acpan|http://www.annocpan.org/?mode=search;field=Module;latest=1;name=%s
cpan|http://search.cpan.org/search?query=%s&mode=module
ar|http://web.archive.org/web/*/%s
You can now use your favourite text processing system to generate the webjump definitions. Here is how I used perl to generate the webjumps
This gave me -
define_webjump("acpan","http://www.annocpan.org/?mode=search;field=Module;latest=1;name=%s")
define_webjump("cpan","http://search.cpan.org/search?query=%s&mode=module")
define_webjump("ar","http://web.archive.org/web/*/%s")
|
||
| Last Updated ( Wednesday, 27 October 2010 16:00 ) | ||