update commands

This commit is contained in:
cade
2024-09-21 14:24:17 -06:00
parent c01720c24a
commit c3991578cc
+2 -1
View File
@@ -48,8 +48,9 @@
['o', { name: 'Google', searchTemplate: '/search?q={}', suggestions: ['o/drive', 'o/cal'], url: 'https://google.com' }],
['o/cal', { url: 'https://calendar.google.com' }],
['o/drive', { url: 'https://drive.google.com/drive/u/0/my-drive' }],
['p', { name: 'Proton', searchTemplate: '/u/0/all-mail#keyword={}', suggestions: ['p/drive'], url: 'https://mail.proton.me/u/0/inbox' }],
['p', { name: 'Proton', searchTemplate: '/u/0/all-mail#keyword={}', suggestions: ['p/drive', 'p/pass'], url: 'https://mail.proton.me/u/0/inbox' }],
['p/drive', { url: 'https://drive.proton.me/u/0/' }],
['p/pass', { url: 'https://pass.proton.me/u/0/' }],
['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }],
['t', { name: 'TickTick', url: 'https://ticktick.com/webapp/#q/today/tasks' }],
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],