qutebrowser: Add pypi search,Remove google translate
This commit is contained in:
parent
ccd9c51cc0
commit
bd1182a873
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,6 @@ c.url.searchengines = {
|
||||||
"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/{}/",
|
||||||
"gt": "https://translate.google.com/#auto/de/{}",
|
|
||||||
"hn": "https://hn.algolia.com/?q={}",
|
"hn": "https://hn.algolia.com/?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=",
|
||||||
|
@ -21,6 +20,7 @@ c.url.searchengines = {
|
||||||
"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={}",
|
||||||
"r": "https://www.reddit.com/r/{}",
|
"r": "https://www.reddit.com/r/{}",
|
||||||
"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={}",
|
||||||
|
|
Loading…
Reference in a new issue