piper

command module
v0.0.0-...-f773b24 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 21, 2020 License: MIT Imports: 10 Imported by: 0

README

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

Documentation

The Go Gopher

There is no documentation for this package.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL