Skip to content

Commit

Permalink
update commands
Browse files Browse the repository at this point in the history
  • Loading branch information
xvvvyz committed Sep 22, 2024
1 parent c399157 commit e96bd14
Showing 1 changed file with 8 additions and 10 deletions.
18 changes: 8 additions & 10 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@
['a', { name: 'Artificial', suggestions: ['a/claude', 'a/gemini'], url: 'https://chatgpt.com' }],
['a/claude', { url: 'https://claude.ai/new' }],
['a/gemini', { url: 'https://gemini.google.com/app' }],
['b', { name: 'Dribbble', url: 'https://dribbble.com/shots/popular' }],
['c', { name: 'Cloudflare', url: 'https://dash.cloudflare.com' }],
['d', { name: 'Discord', url: 'https://discord.com/channels/@me' }],
['f', { name: 'Figma', url: 'https://www.figma.com' }],
['g', { name: 'GitHub', searchTemplate: '/search?q={}', url: 'https://github.com' }],
['o', { name: 'Google', searchTemplate: '/search?q={}', suggestions: ['o/drive', 'o/cal'], url: 'https://google.com' }],
Expand All @@ -52,7 +54,10 @@
['p/drive', { url: 'https://drive.proton.me/u/0/' }],
['p/pass', { url: 'https://pass.proton.me/u/0/' }],
['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }],
['t', { name: 'TickTick', url: 'https://ticktick.com/webapp/#q/today/tasks' }],
['t', { name: 'TickTick', suggestions: ['t/habits', 't/pomo'], url: 'https://ticktick.com/webapp/#q/today/tasks' }],
['t/habits', { url: 'https://ticktick.com/webapp/#q/all/habit' }],
['t/pomo', { url: 'https://ticktick.com/webapp/#focus' }],
['u', { name: 'Unsplash', url: 'https://unsplash.com/' }],
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
['x', { name: 'xvvvyz', suggestions: ['x/torrent', 'x/jelly', 'x/proxy'], url: 'https://xvvvyz.xyz' }],
['x/jelly', { url: 'https://jelly.xvvvyz.xyz' }],
Expand Down Expand Up @@ -122,17 +127,10 @@
}
}

@media (min-width: 800px) {
.commands {
columns: 3;
max-width: 33rem;
}
}

@media (min-width: 1000px) {
.commands {
columns: 4;
max-width: 44rem;
columns: 5;
max-width: 55rem;
}
}
</style>
Expand Down

0 comments on commit e96bd14

Please sign in to comment.