Add qutebrowser

pull/1/head
Oystein Kristoffer Tveit 2021-02-16 01:17:25 +01:00
parent 7d9c45878f
commit 4d7e718c87
2 changed files with 1539 additions and 0 deletions

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,15 @@
SEARCH_ENGINES = {
'Google': ('DEFAULT','https://google.com/?q={}'),
'Arch Packages': ('pac', 'https://www.archlinux.org/packages/?q={}'),
'ArchWiki': ('aw', 'https://wiki.archlinux.org/index.php?title=Special:Search&search={}'),
'AUR': ('aur', 'https://aur.archlinux.org/packages/?O=0&K={}'),
'Hoogle': ('hg', 'https://hoogle.haskell.org/?hoogle={}'),
'Pixabay': ('pxb', 'https://pixabay.com/images/search/{}/'),
'RomajiDesu': ('rd', 'http://www.romajidesu.com/dictionary/meaning-of-{}.html'),
'Translate': ('tr', 'http://translate.google.com/?#auto|auto|{}'),
'Unicode Character Table': ('ut', 'http://unicode-table.com/en/search/?q={}&p'),
'YouTube': ('yt', 'https://www.youtube.com/results?search_query={}'),
'Wolfram Alpha': ('wa', 'https://www.wolframalpha.com/input/?i={}'),
'辞書': ('js', 'https://jisho.org/search/{}'),
'辞書漢字': ('kan', 'https://jisho.org/search/%23kanji%20{}')
}