qutebrowser: Rename docker hub search engine
Renamed from `docker` to `hub` since I otherwise always accidentally search the actual docker hub when I want to find solutions for docker issues. Also sorted search engines alphabetically.
This commit is contained in:
parent
fc5f267031
commit
fa48961f4a
1 changed files with 5 additions and 5 deletions
|
@ -2,29 +2,29 @@ c.url.searchengines = {
|
||||||
"DEFAULT": "https://search.martyoeh.me/?q={}",
|
"DEFAULT": "https://search.martyoeh.me/?q={}",
|
||||||
"al": "https://wiki.archlinux.org/index.php/{}",
|
"al": "https://wiki.archlinux.org/index.php/{}",
|
||||||
"alt": "https://alternativeto.net/software/{}/?license=opensource",
|
"alt": "https://alternativeto.net/software/{}/?license=opensource",
|
||||||
|
"anna": "https://annas-archive.org/search?q={}",
|
||||||
"aur": "https://aur.archlinux.org/packages/?K={}",
|
"aur": "https://aur.archlinux.org/packages/?K={}",
|
||||||
|
"bgg": "https://boardgamegeek.com/geeksearch.php?action=search&q={}&objecttype=boardgame",
|
||||||
"d": "https://www.dict.cc/?s={}",
|
"d": "https://www.dict.cc/?s={}",
|
||||||
"ddg": "https://duckduckgo.com/?q={}",
|
"ddg": "https://duckduckgo.com/?q={}",
|
||||||
"docker": "https://hub.docker.com/search?q={}",
|
|
||||||
"dt": "https://www.deepl.com/translator#en/de/{}",
|
"dt": "https://www.deepl.com/translator#en/de/{}",
|
||||||
"g": "https://www.google.com/search?q={}",
|
"g": "https://www.google.com/search?q={}",
|
||||||
"gh": "https://github.com/search?q={}",
|
"gh": "https://github.com/search?q={}",
|
||||||
"gol": "https://golang.org/pkg/{}/",
|
"gol": "https://golang.org/pkg/{}/",
|
||||||
"hn": "https://hn.algolia.com/?q={}",
|
"hn": "https://hn.algolia.com/?q={}",
|
||||||
|
"hub": "https://hub.docker.com/search?q={}",
|
||||||
"kb": "https://soeg.kb.dk/discovery/search?query=any,contains,{}&lang=en",
|
"kb": "https://soeg.kb.dk/discovery/search?query=any,contains,{}&lang=en",
|
||||||
"l": "https://links.martyoeh.me/?searchterm={}&searchtags=",
|
"l": "https://links.martyoeh.me/?searchterm={}&searchtags=",
|
||||||
|
"lib": "http://libgen.fun/search.php?req={}",
|
||||||
"man": "https://manned.org/browse/search?q={}",
|
"man": "https://manned.org/browse/search?q={}",
|
||||||
"maps": "https://www.qwant.com/maps/?q={}",
|
"maps": "https://www.qwant.com/maps/?q={}",
|
||||||
"pcw": "https://www.pcgamingwiki.com/w/index.php?search={}",
|
"pcw": "https://www.pcgamingwiki.com/w/index.php?search={}",
|
||||||
"py": "https://pypi.org/search/?q={}",
|
"py": "https://pypi.org/search/?q={}",
|
||||||
"r": "https://www.reddit.com/r/{}",
|
"r": "https://www.reddit.com/r/{}",
|
||||||
|
"sci": "https://sci-hub.ru/{}",
|
||||||
"t": "https://www.thesaurus.com/browse/{}",
|
"t": "https://www.thesaurus.com/browse/{}",
|
||||||
"w": "https://en.wikipedia.org/w/index.php?search={}",
|
"w": "https://en.wikipedia.org/w/index.php?search={}",
|
||||||
"yt": "https://yewtu.be/search?q={}",
|
"yt": "https://yewtu.be/search?q={}",
|
||||||
"lib": "http://libgen.fun/search.php?req={}",
|
|
||||||
"sci": "https://sci-hub.ru/{}",
|
|
||||||
"anna": "https://annas-archive.org/search?q={}",
|
|
||||||
"bgg": "https://boardgamegeek.com/geeksearch.php?action=search&q={}&objecttype=boardgame",
|
|
||||||
}
|
}
|
||||||
c.url.default_page = "https://start.duckduckgo.com"
|
c.url.default_page = "https://start.duckduckgo.com"
|
||||||
c.url.start_pages = ["https://start.duckduckgo.com"]
|
c.url.start_pages = ["https://start.duckduckgo.com"]
|
||||||
|
|
Loading…
Reference in a new issue