update links
This commit is contained in:
+2
-3
@@ -42,15 +42,14 @@
|
|||||||
};
|
};
|
||||||
|
|
||||||
const COMMANDS = new Map([
|
const COMMANDS = new Map([
|
||||||
['a', { url: 'https://chat.openai.com' }],
|
|
||||||
['p', { url: 'file:///Users/cade/Projects/pomodoro/index.html' }],
|
['p', { url: 'file:///Users/cade/Projects/pomodoro/index.html' }],
|
||||||
['d', { name: 'Drive', url: 'https://drive.google.com' }],
|
['d', { name: 'Drive', url: 'https://drive.google.com' }],
|
||||||
['c', { name: 'Calendar', url: 'https://calendar.google.com' }],
|
['c', { name: 'Calendar', url: 'https://calendar.google.com' }],
|
||||||
['k', { name: 'Keep', url: 'https://keep.google.com' }],
|
['k', { name: 'Keep', url: 'https://keep.google.com' }],
|
||||||
|
['a', { name: 'Chat', url: 'https://chat.openai.com' }],
|
||||||
['n', { name: 'Notion', url: 'https://www.notion.so' }],
|
['n', { name: 'Notion', url: 'https://www.notion.so' }],
|
||||||
['m', { name: 'Proton', url: 'https://mail.proton.me/u/0/inbox' }],
|
['m', { name: 'Mail', url: 'https://mail.proton.me/u/0/inbox' }],
|
||||||
['f', { name: 'Figma', url: 'https://www.figma.com' }],
|
['f', { name: 'Figma', url: 'https://www.figma.com' }],
|
||||||
['o', { name: 'Coursera', url: 'https://www.coursera.org' }],
|
|
||||||
[
|
[
|
||||||
'y',
|
'y',
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user