https://github.com/pointless-code/browser
A browser in your terminal, because using Chrome or Firefox is too mainstream!
https://github.com/pointless-code/browser
browser code dev docker funny pointless terminal
Last synced: 9 months ago
JSON representation
A browser in your terminal, because using Chrome or Firefox is too mainstream!
- Host: GitHub
- URL: https://github.com/pointless-code/browser
- Owner: pointless-code
- License: mit
- Created: 2024-06-30T21:27:40.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-08-18T17:41:45.000Z (over 1 year ago)
- Last Synced: 2024-08-18T19:00:59.848Z (over 1 year ago)
- Topics: browser, code, dev, docker, funny, pointless, terminal
- Language: Dockerfile
- Homepage: https://hub.docker.com/r/pointlesscode/browser
- Size: 4.88 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

## About Browser
A browser in your terminal, because using Chrome or Firefox is too mainstream!
## Pull from docker
```bash
docker pull pointlesscode/browser:latest
docker run --rm -it pointlesscode/browser
```
## Build it yourself
- clone the project and cd to folder
- build and run the image
```bash
docker build -t browser .
docker run --rm -it browser
```
## Social
.less
Instagram
Twitter
GitHub
DockerHub
## License
The project is open-sourced software licensed under the [MIT license](https://opensource.org/licenses/MIT).