Skip to content

Commit

Permalink
udpate config
Browse files Browse the repository at this point in the history
  • Loading branch information
Cade Scroggins committed Mar 3, 2017
1 parent f39b936 commit 23a46b6
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,11 @@
{ key: 'l', name: 'Line Radio', url: 'https://linerad.io', search: '/#/' },
{ key: 's', name: 'SoundCloud', url: 'https://soundcloud.com', search: '/search?q=' },
] },
{ name: "Work", commands: [
{ name: "Tools", commands: [
{ key: 'g', name: 'GitHub', url: 'https://github.com', search: '/search?q=' },
{ key: 'm', name: 'Inbox', url: 'https://inbox.google.com', search: '/search/' },
{ key: 'k', name: 'Keep', url: 'https://keep.google.com', search: '/#search/text=' },
] },
{ name: "People", commands: [
{ key: 'r', name: 'Reddit', url: 'https://www.reddit.com', search: '/search?q=' },
{ key: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q=' },
{ key: 'i', name: 'Instagram', url: 'https://www.instagram.com', search: '/' },
] },
{ name: "Download", commands: [
{ key: 'T', name: 'The Pirate Bay', url: 'https://thepiratebay.org', search: '/search/' },
{ key: 'Y', name: 'YIFY', url: 'https://yts.ag', search: '/browse-movies/' },
Expand All @@ -31,7 +26,7 @@
],

// if none of the keys are matched, this is used for searching.
defaultSearch: 'https://start.duckduckgo.com/?q=',
defaultSearch: 'https://encrypted.google.com/search?q=',

// the delimiter between the key and your search query.
// e.g. to search GitHub for potatoes you'd type "g:potatoes".
Expand Down

0 comments on commit 23a46b6

Please sign in to comment.