update commands

This commit is contained in:
cade 2024-07-10 10:19:46 -07:00
parent 86e9f7d455
commit b702754398
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

@ -34,26 +34,26 @@
commandSearchDelimiter: ' ',
defaultSearchTemplate: 'https://duckduckgo.com/?q={}',
openLinksInNewTab: true,
suggestionLimit: 5,
suggestionLimit: 4,
};
// prettier-ignore
const COMMANDS = new Map([
['a', { name: 'Gemini', url: 'https://gemini.google.com/app' }],
['b', { name: 'Dribbble', searchTemplate: '/search/{}', url: 'https://dribbble.com/shots/recent' }],
['c', { name: 'Calendar', url: 'https://calendar.google.com' }],
['d', { name: 'Drive', url: 'https://drive.google.com/drive/u/0/my-drive' }],
['f', { name: 'Figma', url: 'https://www.figma.com' }],
['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/ai', 'o/keep', 'o/drive', 'o/cal', 'o/travel'], url: 'https://www.google.com' }],
['o/ai', { url: 'https://gemini.google.com/app' }],
['o/cal', { url: 'https://calendar.google.com' }],
['o/drive', { url: 'https://drive.google.com/drive/u/0/my-drive' }],
['o/keep', { url: 'https://keep.google.com' }],
['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' }],
['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }],
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
['x', { name: 'xvvvyz', suggestions: ['x/pomo', 'x/torrent', 'x/proxy'], url: 'https://xvvvyz.xyz' }],
['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' }],