GoTTY - Share your terminal as a web application

GoTTY is a simple command line tool that turns your CLI tools into web applications.

Installation
Download the latest stable binary file from the Releases page. Note that the release marked Pre-release is built for testing purpose, which can include unstable or breaking changes. Download a release marked Latest release for a stabale build.
(Files named with darwin_amd64 are for Mac OS X users)
Homebrew Installation
You can install GoTTY with Homebrew as well.
$ brew install yudai/gotty/gotty
go get Installation (Development)