mirror of
https://github.com/xvvvyz/tilde.git
synced 2026-03-11 14:44:24 +00:00
update commands
This commit is contained in:
parent
9d798c999e
commit
5006df1f8e
1 changed files with 25 additions and 4 deletions
29
index.html
29
index.html
|
|
@ -43,20 +43,29 @@
|
|||
['c', { name: 'Calendar', url: 'https://calendar.google.com' }],
|
||||
[
|
||||
'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' }],
|
||||
['g', { name: 'GitHub', url: 'https://github.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' }],
|
||||
['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',
|
||||
{
|
||||
name: 'Reddit',
|
||||
suggestions: [
|
||||
'r/r/webdev',
|
||||
'r/r/selfhosted',
|
||||
'r/r/dataisbeautiful',
|
||||
'r/r/fujix',
|
||||
'r/r/leetcode',
|
||||
|
|
@ -67,6 +76,18 @@
|
|||
['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' }],
|
||||
[
|
||||
'x',
|
||||
{
|
||||
name: 'xvvvyz',
|
||||
suggestions: [
|
||||
'jelly.xvvvyz.xyz',
|
||||
'torrent.xvvvyz.xyz',
|
||||
'proxy.xvvvyz.xyz',
|
||||
],
|
||||
url: 'https://pomodoro.xvvvyz.xyz',
|
||||
},
|
||||
],
|
||||
[
|
||||
'y',
|
||||
{
|
||||
|
|
|
|||
Loading…
Reference in a new issue