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:
Marty Oehme 2024-06-25 11:35:23 +02:00
parent fc5f267031
commit fa48961f4a
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A

View file

@ -2,29 +2,29 @@ c.url.searchengines = {
"DEFAULT": "https://search.martyoeh.me/?q={}",
"al": "https://wiki.archlinux.org/index.php/{}",
"alt": "https://alternativeto.net/software/{}/?license=opensource",
"anna": "https://annas-archive.org/search?q={}",
"aur": "https://aur.archlinux.org/packages/?K={}",
"bgg": "https://boardgamegeek.com/geeksearch.php?action=search&q={}&objecttype=boardgame",
"d": "https://www.dict.cc/?s={}",
"ddg": "https://duckduckgo.com/?q={}",
"docker": "https://hub.docker.com/search?q={}",
"dt": "https://www.deepl.com/translator#en/de/{}",
"g": "https://www.google.com/search?q={}",
"gh": "https://github.com/search?q={}",
"gol": "https://golang.org/pkg/{}/",
"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",
"l": "https://links.martyoeh.me/?searchterm={}&searchtags=",
"lib": "http://libgen.fun/search.php?req={}",
"man": "https://manned.org/browse/search?q={}",
"maps": "https://www.qwant.com/maps/?q={}",
"pcw": "https://www.pcgamingwiki.com/w/index.php?search={}",
"py": "https://pypi.org/search/?q={}",
"r": "https://www.reddit.com/r/{}",
"sci": "https://sci-hub.ru/{}",
"t": "https://www.thesaurus.com/browse/{}",
"w": "https://en.wikipedia.org/w/index.php?search={}",
"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.start_pages = ["https://start.duckduckgo.com"]