3 Example searchurls
Oliver Blanthorn edited this page 2022-06-24 17:07:52 +02:00

@ethylene-glycol kindly shared these searchurls. Feel free to add them to your own RC file.

set searchurls.alternativeto https://alternativeto.net/browse/search/?q=
set searchurls.boardgamegeek https://boardgamegeek.com/geeksearch.php?action=search&objecttype=boardgame&q=
set searchurls.boardgameprices https://boardgameprices.com/compare-prices-for?q=
set searchurls.boardgamepricesuk https://boardgameprices.co.uk/item/search?search=
set searchurls.booksprice https://booksprice.com/compare.do?inputData=
set searchurls.bookspriceuk http://booksprice.co.uk/compare.do?inputData=
set searchurls.chambersbiog https://chambers.co.uk/search/?query=%s&title=biog
set searchurls.chambersdict https://chambers.co.uk/search/?query=%s&title=21st
set searchurls.chambersthes https://chambers.co.uk/search/?query=%s&title=thes
set searchurls.ebay https://www.ebay.com/sch/i.html?_nkw=
set searchurls.ebayuk https://www.ebay.co.uk/sch/i.html?_nkw=
set searchurls.etymonline https://www.etymonline.com/search?q=
set searchurls.goodreads https://www.goodreads.com/search?q=
set searchurls.hotukdeals https://www.hotukdeals.com/search?q=
set searchurls.oeis https://oeis.org/search?q=
set searchurls.powerthesaurus https://www.powerthesaurus.org/_search?q=

The defaults are set here: https://github.com/tridactyl/tridactyl/blob/master/src/lib/config.ts#L662

and the code comment above them notes how they are formatted (for e.g. inserting the search term somewher other than the end) and how to remove default ones with setnull searchurls.google etc.