Jeff Carr 7afc01d14e | ||
---|---|---|
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
args.go | ||
cmd.go | ||
color.go | ||
md5sum.go | ||
old.go | ||
openBrowser.go | ||
proc.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