update links
This commit is contained in:
+2
-28
@@ -42,38 +42,19 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
const COMMANDS = new Map([
|
const COMMANDS = new Map([
|
||||||
['a', { name: 'GPT', url: 'https://sdk.vercel.ai' }],
|
['a', { name: 'AI', url: 'https://sdk.vercel.ai' }],
|
||||||
['b', { name: 'Dribbble', url: 'https://dribbble.com/shots/popular' }],
|
|
||||||
['c', { name: 'Calendar', url: 'https://calendar.google.com' }],
|
['c', { name: 'Calendar', url: 'https://calendar.google.com' }],
|
||||||
['d', { name: 'Drive', url: 'https://drive.google.com' }],
|
['d', { name: 'Drive', url: 'https://drive.google.com' }],
|
||||||
['f', { name: 'Figma', url: 'https://www.figma.com/files/recent' }],
|
['f', { name: 'Figma', url: 'https://www.figma.com/files/recent' }],
|
||||||
['g', { name: 'GitHub', url: 'https://github.com' }],
|
['g', { name: 'GitHub', url: 'https://github.com' }],
|
||||||
['h', { name: 'Hypem', url: 'https://hypem.com/popular' }],
|
|
||||||
['i', { name: 'Discord', url: 'https://discord.com/channels/@me' }],
|
['i', { name: 'Discord', url: 'https://discord.com/channels/@me' }],
|
||||||
['k', { name: 'Keep', url: 'https://keep.google.com' }],
|
['k', { name: 'Keep', url: 'https://keep.google.com' }],
|
||||||
['l', { name: 'LeetCode', url: 'https://leetcode.com/problemset/all/' }],
|
|
||||||
['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }],
|
['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }],
|
||||||
['n', { name: 'Notion', url: 'https://www.notion.so' }],
|
['n', { name: 'Notion', url: 'https://www.notion.so' }],
|
||||||
[
|
['o', { name: 'Coursera', url: 'https://www.coursera.org' }],
|
||||||
'r',
|
|
||||||
{
|
|
||||||
name: 'Reddit',
|
|
||||||
searchTemplate: '/search?q={}',
|
|
||||||
suggestions: ['r/r/onebag', 'r/r/fujix'],
|
|
||||||
url: 'https://www.reddit.com',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
['s', { name: 'Supabase', url: 'https://app.supabase.com/projects' }],
|
['s', { name: 'Supabase', url: 'https://app.supabase.com/projects' }],
|
||||||
['t', { name: 'DeepL', url: 'https://www.deepl.com/en/translator' }],
|
['t', { name: 'DeepL', url: 'https://www.deepl.com/en/translator' }],
|
||||||
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
|
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
|
||||||
[
|
|
||||||
'w',
|
|
||||||
{
|
|
||||||
name: 'Wikipedia',
|
|
||||||
searchTemplate: '/w/index.php?search={}',
|
|
||||||
url: 'https://en.wikipedia.org',
|
|
||||||
},
|
|
||||||
],
|
|
||||||
['x', { name: '𝕏', url: 'https://x.com' }],
|
['x', { name: '𝕏', url: 'https://x.com' }],
|
||||||
[
|
[
|
||||||
'y',
|
'y',
|
||||||
@@ -143,13 +124,6 @@
|
|||||||
max-width: 40rem;
|
max-width: 40rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 1100px) {
|
|
||||||
.commands {
|
|
||||||
columns: 5;
|
|
||||||
max-width: 50rem;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
</style>
|
||||||
<nav>
|
<nav>
|
||||||
<menu class="commands"></menu>
|
<menu class="commands"></menu>
|
||||||
|
|||||||
Reference in New Issue
Block a user