From a212d3cf49386a3b3e14c96aa30d4aef1a7dc896 Mon Sep 17 00:00:00 2001 From: cade Date: Wed, 8 Oct 2025 22:36:56 -0600 Subject: [PATCH] update commands --- index.html | 17 ++++++++--------- 1 file changed, 8 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index 97bd1e8..264ea95 100644 --- a/index.html +++ b/index.html @@ -49,24 +49,23 @@ // prettier-ignore const COMMANDS = new Map([ - ['a', { name: 'AI', searchTemplate: '/?temporary-chat=true&q={}', suggestions: ['a/claude', 'a/deepseek', 'a/gemini', 'a/grok', 'a/perplexity'], url: 'https://chatgpt.com/?temporary-chat=true' }], + ['a', { name: 'AI', searchTemplate: '/?temporary-chat=true&q={}', suggestions: ['a/lumo', 'a/claude', 'a/gemini', 'a/grok'], url: 'https://chatgpt.com/?temporary-chat=true' }], + ['a/lumo', { url: 'https://lumo.proton.me/u/0' }], ['a/claude', { url: 'https://claude.ai/new' }], - ['a/deepseek', { url: 'https://chat.deepseek.com' }], ['a/gemini', { url: 'https://gemini.google.com' }], ['a/grok', { url: 'https://grok.com' }], - ['a/perplexity', { url: 'https://www.perplexity.ai' }], + ['b', { name: 'InstantDB', url: 'https://instantdb.com/dash' }], ['c', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }], ['d', { name: 'Discord', url: 'https://discord.com/channels/@me' }], ['f', { name: 'Finances', url: 'https://docs.google.com/spreadsheets/d/1sjSOdlKaE-BcraiEDjqfakCXietLTSUY1ny6gQTj-oQ/edit' }], ['g', { name: 'GitHub', searchTemplate: '/search?q={}', suggestions: ['g/copilot', 'g/trending'], url: 'https://github.com' }], - ['g/copilot', { url: 'https://github.com/copilot' }], ['h', { name: 'Hetzner', url: 'https://console.hetzner.cloud/projects' }], ['i', { name: 'Intuit', url: 'https://qbo.intuit.com' }], - ['p', { name: 'Proton', suggestions: ['p/drive', 'p/lumo','p/pass'], url: 'https://mail.proton.me/u/0/inbox' }], + ['o', { name: 'PostHog', url: 'https://us.posthog.com' }], + ['p', { name: 'Proton', suggestions: ['p/drive', 'p/pass'], url: 'https://mail.proton.me/u/0/inbox' }], ['p/drive', { url: 'https://drive.proton.me/u/0' }], - ['p/lumo', { url: 'https://pass.proton.me/u/0' }], ['p/pass', { url: 'https://pass.proton.me/u/0' }], - ['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }], + ['r', { name: 'Polar', url: 'https://polar.sh/dashboard' }], ['t', { name: 'TickTick', url: 'https://ticktick.com/webapp/#q/today/tasks' }], ['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }], ['x', { name: 'x', url: 'https://x.com/home' }], @@ -134,9 +133,9 @@ transform: translateY(0); } - @media (min-width: 35rem) { + @media (min-width: 36rem) { .commands { - grid-template-columns: repeat(7, 1fr); + grid-template-columns: repeat(8, 1fr); } }