From 33f2325e55525be9e4bb77d5a75a6662278c0e30 Mon Sep 17 00:00:00 2001 From: cade Date: Sun, 19 Oct 2025 11:31:40 -0600 Subject: [PATCH] update commands --- index.html | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/index.html b/index.html index 72c465f..16be1ac 100644 --- a/index.html +++ b/index.html @@ -64,12 +64,12 @@ ['l', { name: 'LinkedIn', url: 'https://www.linkedin.com/feed' }], ['m', { name: 'Modal', url: 'https://modal.com/apps' }], ['n', { name: 'Pinecone', url: 'https://app.pinecone.io' }], - ['o', { name: 'OpenAI', url: 'https://platform.openai.com/usage' }], + ['o', { name: 'OpenRouter', url: 'https://openrouter.ai/models' }], ['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/pass', { url: 'https://pass.proton.me/u/0' }], ['q', { name: 'QBO', url: 'https://qbo.intuit.com' }], - ['r', { name: 'OpenRouter', url: 'https://openrouter.ai/models' }], + ['r', { name: 'Reddit', url: 'https://www.reddit.com' }], ['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/organizations' }], ['t', { name: 'TickTick', url: 'https://ticktick.com/webapp/#q/today/tasks' }], ['u', { name: 'Duolingo', url: 'https://www.duolingo.com/learn' }], @@ -77,8 +77,6 @@ ['x', { name: '𝕏', url: 'https://x.com/home' }], ['y', { name: 'YouTube', searchTemplate: '/results?search_query={}', url: 'https://www.youtube.com/feed/subscriptions' }], ['0', { name: 'localhost', url: 'http://localhost:3000' }], - ['?', { name: '!', url: 'https://github.com/xvvvyz/tilde' }], - ['+', { name: '-', url: 'https://github.com/xvvvyz/tilde/blob/main/index.html#L51' }], ]); @@ -139,9 +137,9 @@ transform: translateY(0); } - @media (min-width: 40rem) { + @media (min-width: 60rem) { .commands { - grid-template-columns: repeat(8, 1fr);h + grid-template-columns: repeat(11, 1fr);h } }