update commands
This commit is contained in:
+25
-4
@@ -43,20 +43,29 @@
|
|||||||
['c', { name: 'Calendar', url: 'https://calendar.google.com' }],
|
['c', { name: 'Calendar', url: 'https://calendar.google.com' }],
|
||||||
[
|
[
|
||||||
'd',
|
'd',
|
||||||
{ name: 'Drive', url: 'https://drive.google.com/drive/u/0/my-drive' },
|
{
|
||||||
|
name: 'Drive',
|
||||||
|
url: 'https://drive.google.com/drive/u/0/my-drive',
|
||||||
|
},
|
||||||
],
|
],
|
||||||
['f', { name: 'Figma', url: 'https://www.figma.com' }],
|
['f', { name: 'Figma', url: 'https://www.figma.com' }],
|
||||||
['g', { name: 'GitHub', url: 'https://github.com' }],
|
['g', { name: 'GitHub', url: 'https://github.com' }],
|
||||||
['k', { name: 'Keep', url: 'https://keep.google.com' }],
|
['k', { name: 'Keep', url: 'https://keep.google.com' }],
|
||||||
['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' }],
|
||||||
['p', { name: 'Pomodoro', url: 'https://pomodoro.xvvvyz.xyz' }],
|
[
|
||||||
|
'p',
|
||||||
|
{
|
||||||
|
name: 'Proton',
|
||||||
|
suggestions: ['drive.proton.me/u/0/'],
|
||||||
|
url: 'https://mail.proton.me/u/0/inbox',
|
||||||
|
},
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'r',
|
'r',
|
||||||
{
|
{
|
||||||
name: 'Reddit',
|
name: 'Reddit',
|
||||||
suggestions: [
|
suggestions: [
|
||||||
'r/r/webdev',
|
'r/r/selfhosted',
|
||||||
'r/r/dataisbeautiful',
|
'r/r/dataisbeautiful',
|
||||||
'r/r/fujix',
|
'r/r/fujix',
|
||||||
'r/r/leetcode',
|
'r/r/leetcode',
|
||||||
@@ -67,6 +76,18 @@
|
|||||||
['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }],
|
['s', { name: 'Supabase', url: 'https://supabase.com/dashboard/projects' }],
|
||||||
['t', { name: 'Translate', url: 'https://www.deepl.com/translator' }],
|
['t', { name: 'Translate', url: 'https://www.deepl.com/translator' }],
|
||||||
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
|
['v', { name: 'Vercel', url: 'https://vercel.com/dashboard' }],
|
||||||
|
[
|
||||||
|
'x',
|
||||||
|
{
|
||||||
|
name: 'xvvvyz',
|
||||||
|
suggestions: [
|
||||||
|
'jelly.xvvvyz.xyz',
|
||||||
|
'torrent.xvvvyz.xyz',
|
||||||
|
'proxy.xvvvyz.xyz',
|
||||||
|
],
|
||||||
|
url: 'https://pomodoro.xvvvyz.xyz',
|
||||||
|
},
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'y',
|
'y',
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user