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
96cf4957d2
commit
bdeead473f
1 changed files with 8 additions and 1 deletions
|
|
@ -66,7 +66,14 @@
|
||||||
['s', { name: 'Supabase', url: 'https://app.supabase.com/projects' }],
|
['s', { name: 'Supabase', url: 'https://app.supabase.com/projects' }],
|
||||||
['t', { name: 'DeepL', url: 'https://www.deepl.com/en/translator' }],
|
['t', { name: 'DeepL', url: 'https://www.deepl.com/en/translator' }],
|
||||||
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
|
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
|
||||||
['w', { name: 'WhatsApp', url: 'https://web.whatsapp.com' }],
|
[
|
||||||
|
'w',
|
||||||
|
{
|
||||||
|
name: 'Wikipedia',
|
||||||
|
searchTemplate: '/w/index.php?search={}',
|
||||||
|
url: 'https://en.wikipedia.org',
|
||||||
|
},
|
||||||
|
],
|
||||||
['x', { name: 'X', url: 'https://x.com' }],
|
['x', { name: 'X', url: 'https://x.com' }],
|
||||||
[
|
[
|
||||||
'y',
|
'y',
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue