Added some more search engines

This commit is contained in:
Emmet 2024-02-18 21:17:02 -06:00
parent c060891724
commit 130d637598

View file

@ -80,7 +80,11 @@ c.url.searchengines = {'DEFAULT': 'https://startpage.com/do/search?query={}',
'bp' : 'https://bulbapedia.bulbagarden.net/wiki/index.php?title=Special%3ASearch&search={}&go=Go', 'bp' : 'https://bulbapedia.bulbagarden.net/wiki/index.php?title=Special%3ASearch&search={}&go=Go',
'yt' : 'https://www.youtube.com/results?search_query={}', 'yt' : 'https://www.youtube.com/results?search_query={}',
'od' : 'https://odysee.com/$/search?q={}', 'od' : 'https://odysee.com/$/search?q={}',
'gd' : 'https://drive.google.com/drive/search?q={}' 'gd' : 'https://drive.google.com/drive/search?q={}',
'gh' : 'https://github.com/search?q={}&type=repositories',
'gl' : 'https://gitlab.com/search?search={}&nav_source=navbar',
'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'
} }
config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"]) config.set('completion.open_categories',["searchengines","quickmarks","bookmarks"])