Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
swyxio authored May 15, 2023
1 parent cf1a075 commit 9609004
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,21 @@

This is a smol menubar app that helps you quickly access both openai chatgpt and google bard with a single keyboard shortcut.

![image](https://github.com/smol-ai/menubar/assets/6764957/cb7ad970-d109-41d4-aae1-789a02bb401b)

whatever is typed at the top is entered into both chatgpt and bard simultaneously, however if you wish to explore one further than the other you can do so independently since they are just webviews.

you can access the full power of each since they are both just webviews, so for example you can use chatgpt plugins despite there not being an api for them.

## install

either download the precompiled binaries, or build from source (see below)

then log into your google account (either will do, both rely on google login)
![image](https://github.com/smol-ai/menubar/assets/6764957/dce5b127-e8c2-4be2-97d3-e2fa3042ef24)

dont worry i dont track anything. inspect and build from source if you wish.

## usage

Cmd+Shift+G -> quick open
Expand All @@ -14,4 +27,4 @@ Cmd+Shift+G -> quick open
npm run make # or npm run build
```

outputs to `/out/make`
outputs to `/out/make`

0 comments on commit 9609004

Please sign in to comment.