From bbc15076b44d5c4851bdd5584dbc509923396ae1 Mon Sep 17 00:00:00 2001 From: David <54779580+M1n-74316D65@users.noreply.github.com> Date: Fri, 6 Sep 2024 23:25:46 +0200 Subject: [PATCH] update --- index.html | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 6908160..e8f0e9e 100644 --- a/index.html +++ b/index.html @@ -39,21 +39,21 @@ // prettier-ignore const COMMANDS = new Map([ - ['p', { name: 'Proton', suggestions: ['p/pass'], searchTemplate: '/u/0/all-mail#keyword={}', url: 'https://mail.proton.me/u/0/inbox' }], + ['m', { name: 'Mail', suggestions: ['m/pass'], searchTemplate: '/u/0/all-mail#keyword={}', url: 'https://mail.proton.me/u/0/inbox' }], ['p/pass', { url: 'https://pass.proton.me/' }], ['g', { name: 'GitHub', searchTemplate: '/search?q={}', url: 'https://github.com' }], ['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }], ['b', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }], - ['k', { name: 'Pocket', url: 'https://getpocket.com/saves' }], - ['m', { name: 'Memos', url: 'https://memos.m1n.omg.lol' }], + ['p', { name: 'Pocket', url: 'https://getpocket.com/saves' }], + ['n', { name: 'Notas', url: 'https://memos.m1n.omg.lol' }], ['a', { name: 'Audiobooks', url: 'https://audio.m1n.omg.lol/library/76869b27-fac9-4e88-ba73-2c003c19fca1' }], ['y', { name: 'YouTube', searchTemplate: '/results?search_query={}', url: 'https://youtube.com' }], // ['aud', { name: 'Audible', url: 'https://www.audible.com/' }], - ['n', { name: 'Hacker News', url: 'https://news.ycombinator.com' }], + ['H', { name: 'Hacker News', url: 'https://news.ycombinator.com' }], ['i', { name: 'Pico.sh', suggestions: ['i/local'], url: 'https://pico.sh/' }], ['i/local', { url: 'http://localhost:1337/' }], ['f', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }], - ['d', { name: 'DeltaSpace', url: 'https://deta.space' }], + ['j', { name: 'Jellyfin', url: 'https://jellyfin.m1n.omg.lol' }], ['c', { name: 'ChatGPT', url: 'https://chat.openai.com/' }], // ['m', { name: 'Morphic', url: 'https://www.morphic.sh/' }], ['s', { name: 'Server', suggestions: ['s/memos', 's/torrent', 's/audio'], url: 'http://192.168.1.139/#' }],