Jeff Carr
8e258d67a3
Signed-off-by: Jeff Carr <jcarr@wit.com> |
||
---|---|---|
example1 | ||
example2 | ||
.gitignore | ||
LICENSE | ||
Makefile | ||
README.md | ||
shell.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 git.wit.com/jcarr/shell
License
This is a GPL 3.0 Project.
Credits
- The developers that made the golang (analabs) cross platform UI