Skip to content

Instantly share code, notes, and snippets.

@wezm
Created January 30, 2017 20:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save wezm/6216a643ca53395ebed58235fc832221 to your computer and use it in GitHub Desktop.
Save wezm/6216a643ca53395ebed58235fc832221 to your computer and use it in GitHub Desktop.
Albert websearch config
[
{
"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