organize commands

This commit is contained in:
Cade Scroggins
2017-03-03 21:02:20 -08:00
parent 564b97d32e
commit 7773687f14
+3 -3
View File
@@ -9,9 +9,9 @@
{ key: 'k', name: 'Keep', url: 'https://keep.google.com', search: '/#search/text={}' }, { key: 'k', name: 'Keep', url: 'https://keep.google.com', search: '/#search/text={}' },
] }, ] },
{ name: "Lurk", commands: [ { name: "Lurk", commands: [
{ key: 'i', name: 'Instagram', url: 'https://www.instagram.com', search: false },
{ key: 'r', name: 'Reddit', url: 'https://www.reddit.com', search: '/search?q={}' }, { key: 'r', name: 'Reddit', url: 'https://www.reddit.com', search: '/search?q={}' },
{ key: 't', name: 'Twitter', url: 'https://twitter.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: false },
] }, ] },
{ name: "Listen", commands: [ { name: "Listen", commands: [
{ key: 'h', name: 'Hypem', url: 'http://hypem.com/popular', search: '/search/{}' }, { key: 'h', name: 'Hypem', url: 'http://hypem.com/popular', search: '/search/{}' },
@@ -19,12 +19,12 @@
{ key: 's', name: 'SoundCloud', url: 'https://soundcloud.com/discover', search: '/search?q={}' }, { key: 's', name: 'SoundCloud', url: 'https://soundcloud.com/discover', search: '/search?q={}' },
] }, ] },
{ name: "Watch", commands: [ { name: "Watch", commands: [
{ key: 'y', name: 'YouTube', url: 'https://youtube.com/feed/subscriptions', search: '/results?search_query={}' },
{ key: 'n', name: 'Netflix', url: 'https://www.netflix.com/browse', search: '/search?q={}' }, { key: 'n', name: 'Netflix', url: 'https://www.netflix.com/browse', search: '/search?q={}' },
{ key: 'w', name: 'Twitch', url: 'https://www.twitch.tv/directory/following', search: false }, { key: 'w', name: 'Twitch', url: 'https://www.twitch.tv/directory/following', search: false },
{ key: 'y', name: 'YouTube', url: 'https://youtube.com/feed/subscriptions', search: '/results?search_query={}' },
] }, ] },
{ name: "Download", commands: [ { name: "Download", commands: [
{ key: 'T', name: 'The Pirate Bay', url: 'https://thepiratebay.org', search: '/search/{}' }, { key: 'T', name: 'TPB', url: 'https://thepiratebay.org', search: '/search/{}' },
{ key: 'Y', name: 'YIFY', url: 'https://yts.ag/browse-movies/0/1080p/all/7/latest', search: '/browse-movies/{}/1080p/all/0/rating' }, { key: 'Y', name: 'YIFY', url: 'https://yts.ag/browse-movies/0/1080p/all/7/latest', search: '/browse-movies/{}/1080p/all/0/rating' },
{ key: '7', name: '7digital', url: 'https://us.7digital.com', search: '/search?q={}' }, { key: '7', name: '7digital', url: 'https://us.7digital.com', search: '/search?q={}' },
] }, ] },