Created
January 30, 2017 20:07
-
-
Save wezm/6216a643ca53395ebed58235fc832221 to your computer and use it in GitHub Desktop.
Albert websearch config
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"enabled": false, | |
"iconPath": ":google", | |
"name": "Google", | |
"trigger": "gg ", | |
"url": "https://www.google.com/search?q=%s" | |
}, | |
{ | |
"enabled": false, | |
"iconPath": ":youtube", | |
"name": "Youtube", | |
"trigger": "yt ", | |
"url": "https://www.youtube.com/results?search_query=%s" | |
}, | |
{ | |
"enabled": false, | |
"iconPath": ":amazon", | |
"name": "Amazon", | |
"trigger": "ama ", | |
"url": "http://www.amazon.com/s/?field-keywords=%s" | |
}, | |
{ | |
"enabled": false, | |
"iconPath": ":ebay", | |
"name": "Ebay", | |
"trigger": "eb ", | |
"url": "http://www.ebay.com/sch/i.html?_nkw=%s" | |
}, | |
{ | |
"enabled": false, | |
"iconPath": ":github", | |
"name": "GitHub", | |
"trigger": "gh ", | |
"url": "https://github.com/search?utf8=✓&q=%s" | |
}, | |
{ | |
"enabled": false, | |
"iconPath": ":wolfram", | |
"name": "Wolfram Alpha", | |
"trigger": "=", | |
"url": "https://www.wolframalpha.com/input/?i=%s" | |
}, | |
{ | |
"enabled": false, | |
"iconPath": ":default", | |
"name": "Arch Package", | |
"trigger": "pac", | |
"url": "https://www.archlinux.org/packages/?sort=&arch=any&arch=x86_64&q=%s&maintainer=&flagged=" | |
}, | |
{ | |
"enabled": true, | |
"iconPath": "/home/wmoore/.cache/albert/DuckDuckGo-0.png", | |
"name": "DuckDuckGo", | |
"trigger": "duck", | |
"url": "https://duckduckgo.com/?q=%s" | |
}, | |
{ | |
"enabled": false, | |
"iconPath": ":default", | |
"name": "Arch User Repository", | |
"trigger": "aur", | |
"url": "https://aur.archlinux.org/packages/?O=0&K=%s" | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment