diff --git a/index.html b/index.html
index fb4317c..72c465f 100644
--- a/index.html
+++ b/index.html
@@ -62,19 +62,23 @@
['h', { name: 'Hetzner', url: 'https://console.hetzner.cloud/projects' }],
['i', { name: 'InstantDB', url: 'https://instantdb.com/dash' }],
['l', { name: 'LinkedIn', url: 'https://www.linkedin.com/feed' }],
+ ['m', { name: 'Modal', url: 'https://modal.com/apps' }],
['n', { name: 'Pinecone', url: 'https://app.pinecone.io' }],
['o', { name: 'OpenAI', url: 'https://platform.openai.com/usage' }],
['p', { name: 'Proton', 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' }],
['q', { name: 'QBO', url: 'https://qbo.intuit.com' }],
- ['r', { name: 'Reddit', url: 'https://reddit.com' }],
+ ['r', { name: 'OpenRouter', url: 'https://openrouter.ai/models' }],
['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/organizations' }],
['t', { name: 'TickTick', url: 'https://ticktick.com/webapp/#q/today/tasks' }],
['u', { name: 'Duolingo', url: 'https://www.duolingo.com/learn' }],
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
['x', { name: '𝕏', url: 'https://x.com/home' }],
['y', { name: 'YouTube', searchTemplate: '/results?search_query={}', url: 'https://www.youtube.com/feed/subscriptions' }],
+ ['0', { name: 'localhost', url: 'http://localhost:3000' }],
+ ['?', { name: '!', url: 'https://github.com/xvvvyz/tilde' }],
+ ['+', { name: '-', url: 'https://github.com/xvvvyz/tilde/blob/main/index.html#L51' }],
]);
@@ -135,9 +139,9 @@
transform: translateY(0);
}
- @media (min-width: 50rem) {
+ @media (min-width: 40rem) {
.commands {
- grid-template-columns: repeat(10, 1fr);
+ grid-template-columns: repeat(8, 1fr);h
}
}