Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/niek/termser
Termser - run a full browser in your terminal
https://github.com/niek/termser
browser chrome chromium iterm2 playwright
Last synced: 3 months ago
JSON representation
Termser - run a full browser in your terminal
- Host: GitHub
- URL: https://github.com/niek/termser
- Owner: Niek
- Created: 2020-08-31T11:32:44.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-04-24T10:57:40.000Z (over 1 year ago)
- Last Synced: 2024-10-11T12:17:07.707Z (3 months ago)
- Topics: browser, chrome, chromium, iterm2, playwright
- Language: JavaScript
- Homepage:
- Size: 87.9 KB
- Stars: 13
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Termser
#### Run a full web browser in your terminal### Screenshot:
![Screenshot of Termser](.github/screenshot.png)### Features:
* Run a full Chrome browser in your terminal ([iTerm2 only](https://www.iterm2.com/documentation-images.html) at the moment - low-res non-iTerm version WIP)
* Ideal for quick downloads or web debugging over SSH
* Blocks ads and trackers (configurable)
* Does not require a graphical browser install, runs a headless browser### Installation:
```bash
git clone https://github.com/Niek/termser.git
cd termser
yarn install
```### Running:
```
$ node . -h
termser [url]Start Termser and load URL
Positionals:
url a unique identifier for the server [default: "https://www.google.com/"]Options:
--version Show version number [boolean]
--width, -w Viewport width [number] [default: 1024]
--adblock, -a Block ads and trackers [boolean] [default: true]
-h, --help Show help [boolean]
```