diff --git a/index.html b/index.html
index 264ea95..1f5ef91 100644
--- a/index.html
+++ b/index.html
@@ -50,29 +50,29 @@
// prettier-ignore
const COMMANDS = new Map([
['a', { name: 'AI', searchTemplate: '/?temporary-chat=true&q={}', suggestions: ['a/lumo', 'a/claude', 'a/gemini', 'a/grok'], url: 'https://chatgpt.com/?temporary-chat=true' }],
- ['a/lumo', { url: 'https://lumo.proton.me/u/0' }],
['a/claude', { url: 'https://claude.ai/new' }],
['a/gemini', { url: 'https://gemini.google.com' }],
['a/grok', { url: 'https://grok.com' }],
- ['b', { name: 'InstantDB', url: 'https://instantdb.com/dash' }],
+ ['a/lumo', { url: 'https://lumo.proton.me/u/0' }],
['c', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }],
['d', { name: 'Discord', url: 'https://discord.com/channels/@me' }],
+ ['e', { name: 'PostHog', url: 'https://us.posthog.com' }],
['f', { name: 'Finances', url: 'https://docs.google.com/spreadsheets/d/1sjSOdlKaE-BcraiEDjqfakCXietLTSUY1ny6gQTj-oQ/edit' }],
['g', { name: 'GitHub', searchTemplate: '/search?q={}', suggestions: ['g/copilot', 'g/trending'], url: 'https://github.com' }],
['h', { name: 'Hetzner', url: 'https://console.hetzner.cloud/projects' }],
- ['i', { name: 'Intuit', url: 'https://qbo.intuit.com' }],
- ['o', { name: 'PostHog', url: 'https://us.posthog.com' }],
+ ['i', { name: 'InstantDB', url: 'https://instantdb.com/dash' }],
+ ['l', { name: 'LinkedIn', url: 'https://www.linkedin.com/feed' }],
+ ['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' }],
- ['r', { name: 'Polar', url: 'https://polar.sh/dashboard' }],
+ ['q', { name: 'QBO', url: 'https://qbo.intuit.com' }],
+ ['r', { name: 'Reddit', url: 'https://reddit.com' }],
+ ['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/organizations' }],
['t', { name: 'TickTick', url: 'https://ticktick.com/webapp/#q/today/tasks' }],
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
- ['x', { name: 'x', url: 'https://x.com/home' }],
+ ['x', { name: '𝕏', url: 'https://x.com/home' }],
['y', { name: 'YouTube', searchTemplate: '/results?search_query={}', url: 'https://www.youtube.com/feed/subscriptions' }],
- ['0', { name: 'localhost', suggestions: ['0:54323', '0:54324'], url: 'http://localhost:3000' }],
- ['0:54323', { url: 'http://localhost:54323' }],
- ['0:54324', { url: 'http://localhost:54324' }],
]);
@@ -133,9 +133,15 @@
transform: translateY(0);
}
- @media (min-width: 36rem) {
+ @media (min-width: 30rem) {
.commands {
- grid-template-columns: repeat(8, 1fr);
+ grid-template-columns: repeat(6, 1fr);
+ }
+ }
+
+ @media (min-width: 50rem) {
+ .commands {
+ grid-template-columns: repeat(9, 1fr);
}
}