Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 859 Bytes

README.md

File metadata and controls

32 lines (25 loc) · 859 Bytes

piper Go Report Card GoDoc

piper is a small devtool designed to instatly share stdout from process over the secured connection (TLS).

Installation

$ export GO111MODULE=on; go get -u -v github.com/yaronsumel/piper

Usage

Server
$ tail -f log.txt | piper -a 0.0.0.0:8080
Client
$ piper -a remotehost:8080 > log.txt
add -v to print debug information

TBD

  • testing
Written and Maintained by @YaronSumel