qutebrowser: Add shellcheck search engine

Just run `sc <diagnosis number>` and you will instantly be beamed to the
correcsponding shellcheck wiki error page.

E.g. `sc 3001` will transport you to 'In POSIX sh, process substitution
is undefined'.
This commit is contained in:
Marty Oehme 2025-02-23 23:21:23 +01:00 committed by Marty Oehme
parent cbea1efbc0
commit 6af3ba52dc

View file

@ -22,6 +22,7 @@ c.url.searchengines = {
"pcw": "https://www.pcgamingwiki.com/w/index.php?search={}",
"py": "https://pypi.org/search/?q={}",
"r": "https://www.reddit.com/r/{}",
"sc": "https://www.shellcheck.net/wiki/SC{}",
"sci": "https://sci-hub.ru/{}",
"t": "https://www.thesaurus.com/browse/{}",
"void": "https://voidlinux.org/packages/?q={}",