From 174ccde175b1c82e5239fc21ed7d650267e70393 Mon Sep 17 00:00:00 2001 From: Jeremy Kaplan Date: Sun, 28 Mar 2021 15:16:14 -0700 Subject: [PATCH] qutebrowser: sc searchengine for ShellCheck --- qutebrowser/config.py | 1 + 1 file changed, 1 insertion(+) diff --git a/qutebrowser/config.py b/qutebrowser/config.py index c841a03..abe2f5e 100644 --- a/qutebrowser/config.py +++ b/qutebrowser/config.py @@ -1265,6 +1265,7 @@ c.url.searchengines = { "py2": "https://docs.python.org/2/search.html?q={}", "py3": "https://docs.python.org/3/search.html?q={}", "rdoc": "https://rubyapi.org/2.7/o/s?q={}", + "sc": "https://github.com/koalaman/shellcheck/wiki/SC{}", "thesaurus": "https://www.thesaurus.com/browse/{}", "tw": "https://tailwindcss.com/docs/{}", "ud": "https://www.urbandictionary.com/define.php?term={}",