This commit is contained in:
David 2024-09-06 23:25:46 +02:00 committed by GitHub
parent 307287f482
commit bbc15076b4
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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/#' }],