mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
more command updates
This commit is contained in:
parent
04845cfcab
commit
b852e883c5
1 changed files with 7 additions and 7 deletions
14
index.html
14
index.html
|
|
@ -42,19 +42,17 @@
|
|||
};
|
||||
|
||||
const COMMANDS = new Map([
|
||||
['a', { name: 'Chat', url: 'https://chat.openai.com' }],
|
||||
['b', { name: 'Dribbble', url: 'https://dribbble.com/shots/popular' }],
|
||||
['c', { name: 'Calendar', url: 'https://calendar.google.com' }],
|
||||
['d', { name: 'Drive', url: 'https://drive.google.com' }],
|
||||
['f', { name: 'Figma', url: 'https://www.figma.com/files/recent' }],
|
||||
['g', { name: 'GitHub', url: 'https://github.com' }],
|
||||
['h', { name: 'Hypem', url: 'https://hypem.com/popular' }],
|
||||
['i', { name: 'ChatGPT', url: 'https://chat.openai.com' }],
|
||||
['i', { name: 'Discord', url: 'https://discord.com/channels/@me' }],
|
||||
['k', { name: 'Keep', url: 'https://keep.google.com' }],
|
||||
['l', { name: 'Translate', url: 'https://translate.google.com' }],
|
||||
['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }],
|
||||
['n', { name: 'Notion', url: 'https://www.notion.so' }],
|
||||
['o', { name: 'Discord', url: 'https://discord.com/channels/@me' }],
|
||||
['p', { name: 'Products', url: 'https://www.producthunt.com' }],
|
||||
[
|
||||
'r',
|
||||
{
|
||||
|
|
@ -73,15 +71,16 @@
|
|||
's',
|
||||
{
|
||||
name: 'Slack',
|
||||
suggestions: ['s/sn', 's/ayp'],
|
||||
suggestions: ['s/ayp', 's/sn'],
|
||||
url: 'https://app.slack.com',
|
||||
},
|
||||
],
|
||||
['s/sn', { command: 's/client/T09M5UWSV' }],
|
||||
['s/ayp', { command: 's/client/T03VB9LJ0AF' }],
|
||||
['t', { name: 'Twitter', url: 'https://twitter.com/home' }],
|
||||
['s/sn', { command: 's/client/T09M5UWSV' }],
|
||||
['t', { name: 'Translate', url: 'https://translate.google.com' }],
|
||||
['u', { name: 'Supabase', url: 'https://app.supabase.com/projects' }],
|
||||
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
|
||||
['w', { name: 'Twitter', url: 'https://twitter.com/home' }],
|
||||
[
|
||||
'y',
|
||||
{
|
||||
|
|
@ -99,6 +98,7 @@
|
|||
url: 'http://localhost:3000',
|
||||
},
|
||||
],
|
||||
['?', { name: 'Help', url: 'https://github.com/xvvvyz/tilde' }],
|
||||
]);
|
||||
</script>
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue