From e96bd14c5bf41d93ea479f3e18783883cc326c20 Mon Sep 17 00:00:00 2001 From: cade Date: Sun, 22 Sep 2024 11:19:35 -0600 Subject: [PATCH] update commands --- index.html | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/index.html b/index.html index e2f0785..5128cee 100644 --- a/index.html +++ b/index.html @@ -42,7 +42,9 @@ ['a', { name: 'Artificial', suggestions: ['a/claude', 'a/gemini'], url: 'https://chatgpt.com' }], ['a/claude', { url: 'https://claude.ai/new' }], ['a/gemini', { url: 'https://gemini.google.com/app' }], + ['b', { name: 'Dribbble', url: 'https://dribbble.com/shots/popular' }], ['c', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }], + ['d', { name: 'Discord', url: 'https://discord.com/channels/@me' }], ['f', { name: 'Figma', url: 'https://www.figma.com' }], ['g', { name: 'GitHub', searchTemplate: '/search?q={}', url: 'https://github.com' }], ['o', { name: 'Google', searchTemplate: '/search?q={}', suggestions: ['o/drive', 'o/cal'], url: 'https://google.com' }], @@ -52,7 +54,10 @@ ['p/drive', { url: 'https://drive.proton.me/u/0/' }], ['p/pass', { url: 'https://pass.proton.me/u/0/' }], ['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }], - ['t', { name: 'TickTick', url: 'https://ticktick.com/webapp/#q/today/tasks' }], + ['t', { name: 'TickTick', suggestions: ['t/habits', 't/pomo'], url: 'https://ticktick.com/webapp/#q/today/tasks' }], + ['t/habits', { url: 'https://ticktick.com/webapp/#q/all/habit' }], + ['t/pomo', { url: 'https://ticktick.com/webapp/#focus' }], + ['u', { name: 'Unsplash', url: 'https://unsplash.com/' }], ['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }], ['x', { name: 'xvvvyz', suggestions: ['x/torrent', 'x/jelly', 'x/proxy'], url: 'https://xvvvyz.xyz' }], ['x/jelly', { url: 'https://jelly.xvvvyz.xyz' }], @@ -122,17 +127,10 @@ } } - @media (min-width: 800px) { - .commands { - columns: 3; - max-width: 33rem; - } - } - @media (min-width: 1000px) { .commands { - columns: 4; - max-width: 44rem; + columns: 5; + max-width: 55rem; } }