Skip to content

yaronsumel/piper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

29 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

pipe things over TLS

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages