update commands

This commit is contained in:
cade 2025-01-28 14:39:07 -08:00
parent eb8220af30
commit 9d49fb8653
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

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