Skip to content

Commit

Permalink
add profiles and themes
Browse files Browse the repository at this point in the history
  • Loading branch information
pomdtr committed Nov 27, 2023
1 parent 32f1ba7 commit 0ec104c
Show file tree
Hide file tree
Showing 335 changed files with 7,728 additions and 637 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

An integrated terminal for your browser.

![screenshot](./static/demo.png)
![screenshot](./medias/demo.png)

Check out a demo of the extension running from the arc browser here: <https://www.capster.io/video/zRgddaTPilyn>.

Expand All @@ -25,7 +25,7 @@ Download the extension from the [releases page](https://github.com/pomdtr/popcor
Then go to the `chrome://extensions` page, activate the Developer mode and click on the `Load unpacked` button.
You will need to select the `dist` folder you just extracted using the file picker.

![Extension Page](./static/extensions.png)
![Extension Page](./medias/extensions.png)

Once you have installed the extension, copy the extension id, and run the following command:

Expand Down Expand Up @@ -54,4 +54,4 @@ When the popup is opened, the embedded terminal (xterm.js) will connect to the H

When you use the popcorn cli, the message is sent to the http server, and then piped to the chrome extension.

![popcorn architecture](./static/architecture.excalidraw.png)
![popcorn architecture](./medias/architecture.excalidraw.png)
45 changes: 0 additions & 45 deletions cmd/config.go

This file was deleted.

37 changes: 0 additions & 37 deletions cmd/fetch.go

This file was deleted.

2 changes: 1 addition & 1 deletion main.go → cmd/popcorn/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package main
import (
"os"

"github.com/pomdtr/popcorn/cmd"
"github.com/pomdtr/popcorn/internal/cmd"
)

func main() {
Expand Down
Loading

0 comments on commit 0ec104c

Please sign in to comment.