From 9d49fb865391d4f2f3a377e14f4ef9b25331cb95 Mon Sep 17 00:00:00 2001 From: cade Date: Tue, 28 Jan 2025 14:39:07 -0800 Subject: [PATCH] update commands --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 7b012be..a27b5bf 100644 --- a/index.html +++ b/index.html @@ -53,7 +53,6 @@ // prettier-ignore const COMMANDS = new Map([ - ['a', { name: 'ChatGPT', searchTemplate: '?temporary-chat=true&q={}', url: 'https://chatgpt.com?temporary-chat=true' }], ['c', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }], ['d', { name: 'Drive', url: 'https://drive.google.com/drive/u/0/my-drive' }], ['e', { name: 'Resend', url: 'https://resend.com/emails?time=all&page=1' }], @@ -61,6 +60,7 @@ ['g', { name: 'GitHub', searchTemplate: '/search?q={}', suggestions: ['g/copilot', 'g/trending'], url: 'https://github.com' }], ['h', { name: 'Hetzner', url: 'https://console.hetzner.cloud/projects' }], ['i', { name: 'Intuit', url: 'https://selfemployed.intuit.com/home' }], + ['k', { name: 'cybertype', url: 'https://cybertype.app' }], ['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' }],