https://github.com/bhrutledge/ttyd-launchd
Set up a macOS launchd service to use a terminal in a web browser
https://github.com/bhrutledge/ttyd-launchd
Last synced: 6 months ago
JSON representation
Set up a macOS launchd service to use a terminal in a web browser
- Host: GitHub
- URL: https://github.com/bhrutledge/ttyd-launchd
- Owner: bhrutledge
- License: mit
- Created: 2023-06-04T12:53:37.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-02-20T16:32:38.000Z (over 1 year ago)
- Last Synced: 2025-07-20T15:40:03.222Z (about 1 year ago)
- Language: Makefile
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ttyd-launchd
Set up a macOS [launchd](https://launchd.info/) service for [ttyd](https://github.com/tsl0922/ttyd), a command-line tool for using a terminal in a web browser.
## Installation
```sh
brew install gettext ttyd
make install
```
This will install and start a service called `localhost.ttyd`.
## Usage
Open in a web browser to access the terminal.
For quick access, add that to your Bookmarks Bar with a name like "Terminal".
The `localhost.ttyd` service should start whenever you reboot.