From 2485b9bc274a1604b798d46643d6a5558702d0bc Mon Sep 17 00:00:00 2001 From: ThanosApollo Date: Sun, 14 Aug 2022 00:57:50 +0300 Subject: Add gh search --- .config/qutebrowser/config.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '.config/qutebrowser/config.py') diff --git a/.config/qutebrowser/config.py b/.config/qutebrowser/config.py index 0e11222..02c166a 100644 --- a/.config/qutebrowser/config.py +++ b/.config/qutebrowser/config.py @@ -39,7 +39,8 @@ c.url.searchengines = {'DEFAULT': 'https://duckduckgo.com/?q={}', 'ub': 'https://www.urbandictionary.com/define.php?term={}', 'yt': 'https://www.youtube.com/results?search_query={}', 'wiki': 'https://en.wikipedia.org/w/index.php?search={}', - 'pdf': 'https://www.pdfdrive.com/{}-books.html' + 'pdf': 'https://www.pdfdrive.com/{}-books.html', + 'gh': "https://github.com/search?q={}", } -- cgit v1.2.3