update commands

This commit is contained in:
cade 2024-07-18 12:00:29 -07:00
parent b702754398
commit 75579d1bfb
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

@ -47,7 +47,6 @@
['g', { name: 'GitHub', searchTemplate: '/search?q={}', url: 'https://github.com' }],
['k', { name: 'Keep', url: 'https://keep.google.com' }],
['n', { name: 'Notion', url: 'https://www.notion.so' }],
['o', { name: 'Google', searchTemplate: '/search?q={}', suggestions: ['o/travel'], url: 'https://www.google.com' }],
['p', { name: 'Proton', searchTemplate: '/u/0/all-mail#keyword={}', suggestions: ['p/drive'], url: 'https://mail.proton.me/u/0/inbox' }],
['p/drive', { url: 'https://drive.proton.me/u/0/' }],
['r', { name: 'Reddit', searchTemplate: '/search/?q={}', suggestions: ['r/r/selfhosted', 'r/r/dataisbeautiful', 'r/r/fujix', 'r/r/leetcode'], url: 'https://reddit.com' }],
@ -55,7 +54,6 @@
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
['x', { name: 'xvvvyz', suggestions: ['x/pomo', 'x/torrent'], url: 'https://xvvvyz.xyz' }],
['x/pomo', { url: 'https://pomodoro.xvvvyz.xyz' }],
['x/proxy', { url: 'https://proxy.xvvvyz.xyz' }],
['x/torrent', { url: 'https://torrent.xvvvyz.xyz' }],
['y', { name: 'YouTube', searchTemplate: '/results?search_query={}', url: 'https://youtube.com/feed/subscriptions' }],
['0', { name: 'local', suggestions: ['0:54323', '0:54324'], url: 'http://localhost:3000' }],
@ -121,10 +119,10 @@
}
}
@media (min-width: 900px) {
@media (min-width: 1000px) {
.commands {
columns: 4;
max-width: 45rem;
columns: 5;
max-width: 55rem;
}
}
</style>