Added more search engines

This commit is contained in:
Emmet 2024-02-25 10:14:22 -06:00
parent 98b3719499
commit fb7e67dbf8

View file

@ -78,7 +78,8 @@ c.url.searchengines = {'DEFAULT': 'https://startpage.com/do/search?query={}',
'gh' : 'https://github.com/search?q={}&type=repositories', 'gh' : 'https://github.com/search?q={}&type=repositories',
'gl' : 'https://gitlab.com/search?search={}&nav_source=navbar', 'gl' : 'https://gitlab.com/search?search={}&nav_source=navbar',
'np' : 'https://github.com/search?q=repo%3ANixOS%2Fnixpkgs%20{}&type=code', 'np' : 'https://github.com/search?q=repo%3ANixOS%2Fnixpkgs%20{}&type=code',
'wk' : 'https://en.wikipedia.org/w/index.php?fulltext=1&search={}&title=Special%3ASearch&ns0=1' 'wk' : 'https://en.wikipedia.org/w/index.php?fulltext=1&search={}&title=Special%3ASearch&ns0=1',
'th' : 'https://www.thingiverse.com/search?q={}&page=1'
} }
config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"]) config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"])