mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update commands
This commit is contained in:
parent
4f0f430439
commit
52a4c6fee5
1 changed files with 7 additions and 3 deletions
10
index.html
10
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' }],
|
||||
]);
|
||||
</script>
|
||||
|
||||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Reference in a new issue