Skip to content

Commit

Permalink
perplexity
Browse files Browse the repository at this point in the history
  • Loading branch information
Ormared committed Sep 4, 2024
1 parent 97578b1 commit af2e12a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,8 @@
0: ["0'8000", "0'8080"],
a: ['a/cognito/v2/idp/user-pools', 'a/dynamodbv2#item-explorer'],
c: ['c/calendar/u/1/r', 'c/calendar/u/2/r'],
d: ['d/drive/u/1/my-drive', 'd/drive/u/2/my-drive'],
mg:['mg/u/0/inbox', 'mg/u/1/inbox', 'mg/u/2/inbox', 'mg/u/3/inbox'],
d: ['d/drive/u/0/my-drive','d/drive/u/1/my-drive', 'd/drive/u/2/my-drive', 'd/drive/u/1/my-drive'],
e: ['e/brand/national-geographic', 'e/brand/marvel', 'e/brand/star-wars'],
g: ['g/trending', 'g/ossu', 'g/xvvvyz/tilde', 'gist.github.com'],
h: ['h/popular', 'h/popular/lastweek', 'h/tags'],
Expand Down Expand Up @@ -362,6 +363,12 @@
name: 'Google Colab',
url: "https://colab.research.google.com/?authuser=3"
// search: '/search?q={}',
},
{
hues: [0],
key: 'p',
name: 'Perplexity',
url: 'https://www.perplexity.ai',
}
].map((command) => {
const hsla = (hue, saturation = 'var(--command-color-saturation)') =>
Expand Down

0 comments on commit af2e12a

Please sign in to comment.