great suggestions.
i think that my plan for f&r commands is going to do what nontroppo and carol says, let me expain.
you will be able to make a command in f&r that says:
Match on regular expression: "wik (.*)"
and then list the following as results:
http://www.google.co...&oe=UTF-8&q=$$1
http://www.google.co...&oe=UTF-8&q=$$1
http://www.bbc.co.uk...p;go=homepage&q=$$1
http://www.bbc.co.uk...p;go=homepage&q=$$1
so you see the idea is when user types: "wik donationcoder"
then they will see in results box the 4 possible searchs:
http://www.google.co...&q=donationcoderhttp://www.google.co...&q=donationcoderhttp://www.bbc.co.uk...&q=donationcoderhttp://www.bbc.co.uk...&q=donationcoderits exactly like group aliases. in fact now that i think about it, i think we can merge the group alias list and command list into one thing, which makes like even easier, ill just let user specify an optional regular expression mask for group aliases.
now, as per an early suggestion by carol we can be nicer about presenting results, and let results list include a "nice" display item.
so for eexample you would configure in the goup alias like this:
googleuk $$1 |
http://www.google.co...&q=donationcodergoogle $$1 |
http://www.google.co...&q=donationcodersearch all bbc |
http://www.bbc.co.uk...&q=donationcodersearch bbc news |
http://www.bbc.co.uk...&q=donationcodernow if user types: "wik donationcoder"
they will see in results list:
1. googleuk donationcoder
2. google donationcoder
3. search all bbc
4. search bbc news
and then of course pushing the number button would open the browser and run the search.
what do you guys thing - it seems to perfectly fit with f&r approach and seems like it would really work well.