add subreddit suggestions

This commit is contained in:
cade 2024-02-03 11:44:11 -08:00
parent c3434e2e9e
commit ced7722c5f
No known key found for this signature in database
GPG key ID: 6AC5A902158265D0

View file

@ -48,7 +48,19 @@
['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }],
['n', { name: 'Notion', url: 'https://www.notion.so' }],
['p', { name: 'Pomodoro', url: 'https://pomodoro.xvvvyz.xyz' }],
['r', { name: 'Reddit', url: 'https://reddit.com' }],
[
'r',
{
name: 'Reddit',
suggestions: [
'r/r/webdev',
'r/r/dataisbeautiful',
'r/r/fujix',
'r/r/leetcode',
],
url: 'https://reddit.com',
},
],
['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }],
['t', { name: 'Translate', url: 'https://www.deepl.com/translator' }],
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],