update commands

This commit is contained in:
cade 2025-10-19 11:31:40 -06:00
parent 52a4c6fee5
commit 33f2325e55
No known key found for this signature in database

View file

@ -64,12 +64,12 @@
['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' }],
['o', { name: 'OpenRouter', url: 'https://openrouter.ai/models' }],
['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: 'OpenRouter', url: 'https://openrouter.ai/models' }],
['r', { name: 'Reddit', url: 'https://www.reddit.com' }],
['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' }],
@ -77,8 +77,6 @@
['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' }],
]);
</script>
@ -139,9 +137,9 @@
transform: translateY(0);
}
@media (min-width: 40rem) {
@media (min-width: 60rem) {
.commands {
grid-template-columns: repeat(8, 1fr);h
grid-template-columns: repeat(11, 1fr);h
}
}
</style>