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
22d0e2f2fd
commit
564735c8cd
1 changed files with 6 additions and 1 deletions
|
|
@ -126,7 +126,10 @@
|
|||
url: 'https://hypem.com/popular',
|
||||
},
|
||||
],
|
||||
['i', { name: 'ChatGPT', url: 'https://chat.openai.com/chat' }],
|
||||
[
|
||||
'i',
|
||||
{ name: 'ChatGPT', url: 'https://chat.openai.com/chat/?model=gpt-4' },
|
||||
],
|
||||
[
|
||||
'k',
|
||||
{
|
||||
|
|
@ -186,12 +189,14 @@
|
|||
name: 'Twitter',
|
||||
searchTemplate: '/search?q={}',
|
||||
suggestions: [
|
||||
't/sidebird',
|
||||
't/explore/tabs/trending',
|
||||
't/hashtag/buildinpublic?f=live',
|
||||
],
|
||||
url: 'https://twitter.com/home',
|
||||
},
|
||||
],
|
||||
['t/sidebird', { url: 'https://www.sidebird.io/write' }],
|
||||
['u', { name: 'Supabase', url: 'https://app.supabase.com/projects' }],
|
||||
[
|
||||
'v',
|
||||
|
|
|
|||
Loading…
Reference in a new issue