From 7773687f1479703421ab56d7aa1f5644be57f186 Mon Sep 17 00:00:00 2001 From: Cade Scroggins Date: Fri, 3 Mar 2017 21:02:20 -0800 Subject: [PATCH] organize commands --- index.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index fe03cd9..cdb7d64 100644 --- a/index.html +++ b/index.html @@ -9,22 +9,22 @@ { key: 'k', name: 'Keep', url: 'https://keep.google.com', search: '/#search/text={}' }, ] }, { 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: 't', name: 'Twitter', url: 'https://twitter.com', search: '/search?q={}' }, - { key: 'i', name: 'Instagram', url: 'https://www.instagram.com', search: false }, ] }, { name: "Listen", commands: [ { key: 'h', name: 'Hypem', url: 'http://hypem.com/popular', search: '/search/{}' }, - { key: 'l', name: 'Line Radio', url: 'https://linerad.io', search: '/#/{}' }, + { key: 'l', name: 'LineRadio', url: 'https://linerad.io', search: '/#/{}' }, { key: 's', name: 'SoundCloud', url: 'https://soundcloud.com/discover', search: '/search?q={}' }, ] }, { 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: '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: [ - { 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: '7', name: '7digital', url: 'https://us.7digital.com', search: '/search?q={}' }, ] },