Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/batteredbunny/browser_terminal
Terminal emulator extension for browser
https://github.com/batteredbunny/browser_terminal
chrome-extension firefox-extension terminal
Last synced: 3 months ago
JSON representation
Terminal emulator extension for browser
- Host: GitHub
- URL: https://github.com/batteredbunny/browser_terminal
- Owner: BatteredBunny
- License: gpl-3.0
- Created: 2023-04-14T13:36:19.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-05T14:05:40.000Z (9 months ago)
- Last Synced: 2024-05-06T12:33:30.461Z (9 months ago)
- Topics: chrome-extension, firefox-extension, terminal
- Language: Go
- Homepage:
- Size: 2.04 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# browser terminal extension
Extension that allows you to open a native terminal in the browser. Tested in linux and macos. [Installation instructions](https://github.com/BatteredBunny/browser_terminal/blob/main/installation.md)
![screenshot.png](screenshot.png)
## Dependencies
- golang
- nodejs + npm/yarn## Basic development usage
```bash
git clone https://github.com/BatteredBunny/browser_terminal
cd browser_terminal
yarn install
yarn start # or yarn start:chrome if on google chrome
```After that click on the extension icon in browser
## Installing unpacked extension to firefox
### 1. Install native manifest & build extension
```
yarn manifest:install
yarn build
```### 2. Install extension to firefox
1. Navigate to ``about:debugging#/runtime/this-firefox``
2. Click ``Load temporary Add-on...``
3. Choose ``manifest.json`` in ``dist`` folder in the file picker