From 3e69cd25a7403c3fcb916a99db8f52b98cdb326b Mon Sep 17 00:00:00 2001 From: cade Date: Tue, 6 May 2025 18:31:02 -0600 Subject: [PATCH] update commands --- index.html | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/index.html b/index.html index 67209df..fb51e37 100644 --- a/index.html +++ b/index.html @@ -55,15 +55,14 @@ ['a/gemini', { url: 'https://gemini.google.com' }], ['c', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }], ['d', { name: 'Drive', url: 'https://drive.google.com/drive/u/0/my-drive' }], - ['f', { name: 'Figma', url: 'https://www.figma.com' }], + ['f', { name: 'Figma', url: 'https://www.figma.com/files/team/1313048942910040223/drafts' }], ['g', { name: 'GitHub', searchTemplate: '/search?q={}', suggestions: ['g/trending'], url: 'https://github.com' }], ['h', { name: 'Hetzner', url: 'https://console.hetzner.cloud/projects' }], - ['p', { name: 'Proton', suggestions: ['p/pass', 'p/drive', 'p/cal', 'p/wallet'], url: 'https://mail.proton.me/u/0/inbox' }], + ['i', { name: 'Instant', url: 'https://www.instantdb.com/dash' }], + ['p', { name: 'Proton', suggestions: ['p/pass', 'p/drive', 'p/cal'], url: 'https://mail.proton.me/u/0/inbox' }], ['p/cal', { url: 'https://calendar.proton.me/u/0' }], ['p/drive', { url: 'https://drive.proton.me/u/0' }], ['p/pass', { url: 'https://pass.proton.me/u/0' }], - ['p/wallet', { url: 'https://wallet.proton.me/u/0' }], - ['r', { name: 'Resend', url: 'https://resend.com/emails?time=all&page=1' }], ['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }], ['t', { name: 'TickTick', url: 'https://ticktick.com/webapp/#q/today/tasks' }], ['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],