mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update commands
This commit is contained in:
parent
532fe395a7
commit
17353241c9
1 changed files with 3 additions and 2 deletions
|
|
@ -49,13 +49,14 @@
|
|||
|
||||
// prettier-ignore
|
||||
const COMMANDS = new Map([
|
||||
['a', { name: 'AI', searchTemplate: '/?temporary-chat=true&q={}', suggestions: ['a/deepseek', 'a/gemini'], url: 'https://chatgpt.com/?temporary-chat=true' }],
|
||||
['a', { name: 'AI', searchTemplate: '/?temporary-chat=true&q={}', suggestions: ['a/copilot', 'a/deepseek', 'a/gemini'], url: 'https://chatgpt.com/?temporary-chat=true' }],
|
||||
['a/copilot', { url: 'https://github.com/copilot' }],
|
||||
['a/deepseek', { url: 'https://chat.deepseek.com' }],
|
||||
['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' }],
|
||||
['g', { name: 'GitHub', searchTemplate: '/search?q={}', suggestions: ['g/copilot', 'g/trending'], url: 'https://github.com' }],
|
||||
['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' }],
|
||||
['p/cal', { url: 'https://calendar.proton.me/u/0' }],
|
||||
|
|
|
|||
Loading…
Reference in a new issue