Skip to content
/ netio Public

A remote command execution tool without annoying shell escape

License

Notifications You must be signed in to change notification settings

icexin/netio

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

A remote command execution tool without annoying shell escape

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages