mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update
This commit is contained in:
parent
307287f482
commit
bbc15076b4
1 changed files with 5 additions and 5 deletions
10
index.html
10
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/#' }],
|
||||
|
|
|
|||
Loading…
Reference in a new issue