From c3991578ccb90fa28158ef56a2acf7ae69d3e0b2 Mon Sep 17 00:00:00 2001 From: cade Date: Sat, 21 Sep 2024 14:24:17 -0600 Subject: [PATCH] update commands --- index.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/index.html b/index.html index e2b4546..e2f0785 100644 --- a/index.html +++ b/index.html @@ -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' }],