Go to file
Jeff Carr b375aa752a start adding ssh support
Signed-off-by: Jeff Carr <jcarr@wit.com>
2019-06-13 18:41:41 -07:00
example1 capture the output for Run() 2019-06-04 20:20:15 -07:00
example2 capture the output for Run() 2019-06-04 20:20:15 -07:00
.gitignore capture the output for Run() 2019-06-04 20:20:15 -07:00
LICENSE initial commit 2019-04-07 21:15:01 -07:00
Makefile initial commit 2019-04-07 21:15:01 -07:00
README.md initial commit 2019-04-07 21:15:01 -07:00
chomp.go add a quiet flag and some other fixes 2019-06-07 01:15:37 -07:00
int.go handle int64 2019-06-06 20:55:21 -07:00
shell.go add shell.Exec() to execute and never return 2019-06-09 14:29:50 -07:00
ssh.go start adding ssh support 2019-06-13 18:41:41 -07:00
wget.go add shell.Exec() to execute and never return 2019-06-09 14:29:50 -07:00

README.md

shell

A way to execute simple commands in a 'shell-like' way

This should correctly capture stdout and stderr in a non-blocking unbuffered way

install

go get -v -t -u git.wit.com/jcarr/shell

License

This is a GPL 3.0 Project.

Credits

  • The developers that made the golang (analabs) cross platform UI