From 130d637598638909fadc15fab3f00a699db9fba6 Mon Sep 17 00:00:00 2001 From: Emmet Date: Sun, 18 Feb 2024 21:17:02 -0600 Subject: [PATCH] Added some more search engines --- user/app/browser/qutebrowser.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/user/app/browser/qutebrowser.nix b/user/app/browser/qutebrowser.nix index dce3f37..b62c749 100644 --- a/user/app/browser/qutebrowser.nix +++ b/user/app/browser/qutebrowser.nix @@ -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', 'yt' : 'https://www.youtube.com/results?search_query={}', '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"])