command
module
Version:
v0.0.0-...-e99f31b
Opens a new window with list of versions in this module.
Published: Jul 19, 2019
License: MIT
Opens a new window with license information.
Imports: 21
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Overview
A ssh like remote command execution tool without annoying shell escape
Install
go get github.com/icexin/netio
Usage
server:
netio -s -addr=:9000
client:
netio -addr=:127.0.0.1:9000 -t top
More usage see netio -h
Profile
$ cat ~/.netiorc
addr="127.0.0.1:9000"
Then you can use netio client without -addr
flag.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.