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
7acc06baeb
commit
80d6438a76
1 changed files with 2 additions and 24 deletions
26
index.html
26
index.html
|
|
@ -148,34 +148,12 @@
|
|||
{
|
||||
name: 'Translate',
|
||||
searchTemplate: '/?sl=en&tl=es&text={}',
|
||||
suggestions: ['l/english → spanish', 'l/spanish → english'],
|
||||
url: 'https://translate.google.com',
|
||||
},
|
||||
],
|
||||
['l/english → spanish', { command: 'l/?sl=en&tl=es' }],
|
||||
['l/spanish → english', { command: 'l/?sl=es&tl=en' }],
|
||||
['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }],
|
||||
[
|
||||
'n',
|
||||
{
|
||||
name: 'Notion',
|
||||
suggestions: ['n/todo', 'n/study', 'n/story', 'n/notes'],
|
||||
url: 'https://www.notion.so',
|
||||
},
|
||||
],
|
||||
['n/todo', { command: 'n/7c11e98c9c504ec2aa106dae83c6b803' }],
|
||||
['n/study', { command: 'n/03aac6c591aa435b90f5c9b007409af3' }],
|
||||
['n/story', { command: 'n/0e30a11736734779983a3e17906dde8b' }],
|
||||
['n/notes', { command: 'n/bda021cd6b7249daaf076f9a1929aa1d' }],
|
||||
[
|
||||
'o',
|
||||
{
|
||||
name: 'Discord',
|
||||
suggestions: ['o/friends'],
|
||||
url: 'https://discord.com/channels/@me',
|
||||
},
|
||||
],
|
||||
['o/friends', { command: 'o/channels/803833399684628520' }],
|
||||
['n', { name: 'Notion', url: 'https://www.notion.so' }],
|
||||
['o', { name: 'Discord', url: 'https://discord.com/channels/@me' }],
|
||||
[
|
||||
'p',
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue