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
6301e1a8c9
commit
ecfc7fae9c
1 changed files with 2 additions and 2 deletions
|
|
@ -49,8 +49,8 @@
|
|||
|
||||
// prettier-ignore
|
||||
const COMMANDS = new Map([
|
||||
['a', { name: 'AI', searchTemplate: '/?q={}', suggestions: ['a/lumo', 'a/claude', 'a/gemini', 'a/grok'], url: 'https://chatgpt.com' }],
|
||||
['a/claude', { url: 'https://claude.ai/new' }],
|
||||
['a', { name: 'AI', searchTemplate: '/?q={}', suggestions: ['a/chat', 'a/gemini', 'a/grok', 'a/lumo'], url: 'https://claude.ai/new' }],
|
||||
['a/chat', { url: 'https://chatgpt.com' }],
|
||||
['a/gemini', { url: 'https://gemini.google.com' }],
|
||||
['a/grok', { url: 'https://grok.com' }],
|
||||
['a/lumo', { url: 'https://lumo.proton.me/u/0' }],
|
||||
|
|
|
|||
Loading…
Reference in a new issue