devbookhq / browser-terminal

This extension allows you to access your local terminal from any page in your browser

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool


  • 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 to be installed and running in the user mode on your computer.

Private beta installation docs

Read the docs here.

Build

Development build (faster)

npm run build:dev

Production build

npm run build:prod

About

This extension allows you to access your local terminal from any page in your browser

License:Other


Languages

Language:TypeScript 75.3%Language:CSS 17.1%Language:JavaScript 7.6%