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' }],