https://github.com/devbookhq/browser-terminal
This extension allows you to access your local terminal from any page in your browser
https://github.com/devbookhq/browser-terminal
chrome-extension cli devtools macos terminal typescript
Last synced: about 1 year ago
JSON representation
This extension allows you to access your local terminal from any page in your browser
- Host: GitHub
- URL: https://github.com/devbookhq/browser-terminal
- Owner: devbookhq
- License: other
- Created: 2022-08-29T11:19:09.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2022-10-03T15:08:21.000Z (over 3 years ago)
- Last Synced: 2025-03-29T08:23:33.942Z (about 1 year ago)
- Topics: chrome-extension, cli, devtools, macos, terminal, typescript
- Language: TypeScript
- Homepage:
- Size: 731 KB
- Stars: 4
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
---
- show "install devbookd" if not able to connect to devbookd
- maybe remove the always visible button for opening a terminal and instead open the terminal by clicking on the extension button
- allow resizing terminal's height by dragging
- share feedback/report bug button
- finalize private beta docs
- BUG: fix newlines on resize() call
- render in iframe for security
- publish to chrome web store
---
# Devbook Browser Terminal
This extension allows you to access your local terminal from any page in your browser.
Requires [Devbook daemon](https://github.com/devbookhq/devbookd) to be installed and running in the `user` mode on your computer.
## Private beta installation docs
Read the docs [here](https://mlejva.notion.site/Devbook-Browser-Terminal-7483ced5d2334d15955722e90e8e9e34).
## Build
### Development build (faster)
```sh
npm run build:dev
```
### Production build
```sh
npm run build:prod
```