Jeff Carr
ae5cadf545
Signed-off-by: Jeff Carr <jcarr@wit.com> |
||
---|---|---|
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
args.go | ||
chomp.go | ||
color.go | ||
int.go | ||
md5sum.go | ||
openBrowser.go | ||
proc.go | ||
run.go | ||
shell.go | ||
structs.go | ||
time.go | ||
wget.go | ||
windows.go | ||
windowsWrapper.go | ||
xterm.go |
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 go.wit.com/lib/gui/shell
License
The same License as GO itself