Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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]
```