Skip to content

derekn/montty

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MonTTY

GitHub Release GitHub License

Monitor stdout from CLI commands in browser.

Installation

Download from Github releases.
or, install using Go:

go install https://github.com/derekn/montty@latest

Usage

command... | montty -a :8080

# example
i=1; while :; do echo "Hello, world $i"; ((i++)); done | montty

Arguments

-a, --address string   ip:port to listen on (default "127.0.0.1:8000")
-t, --title string     app title
-b, --buffer int       history lines to buffer (default 500)
    --css string       custom CSS URL
-h, --help             display usage help
-v, --version          display version