Go to file
Jeff Carr 4f507893ee testing release versioning
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-01-27 09:36:17 -06:00
example1 new home 2024-01-25 00:39:14 -06:00
example2 new home 2024-01-25 00:39:14 -06:00
.gitignore capture the output for Run() 2019-06-04 20:20:15 -07:00
LICENSE wrong URL's & no LICENSE file (ya, now there are 2. deal with it) 2023-02-10 15:56:10 -06:00
LICENSE.md wrong URL's & no LICENSE file (ya, now there are 2. deal with it) 2023-02-10 15:56:10 -06:00
Makefile new home 2024-01-25 00:39:14 -06:00
README.md new home 2024-01-25 00:39:14 -06:00
args.go new home 2024-01-25 00:39:14 -06:00
chomp.go new home 2024-01-25 00:39:14 -06:00
go.mod testing release versioning 2024-01-27 09:36:17 -06:00
go.sum testing release versioning 2024-01-27 09:36:17 -06:00
int.go new home 2024-01-25 00:39:14 -06:00
linux.go new home 2024-01-25 00:39:14 -06:00
md5sum.go new home 2024-01-25 00:39:14 -06:00
nohup.out move to go.wit.com/shell 2023-12-20 14:46:13 -06:00
run.go new home 2024-01-25 00:39:14 -06:00
shell.go new home 2024-01-25 00:39:14 -06:00
ssh.go new home 2024-01-25 00:39:14 -06:00
structs.go new home 2024-01-25 00:39:14 -06:00
wget.go new home 2024-01-25 00:39:14 -06:00
windows.go new home 2024-01-25 00:39:14 -06:00
windowsWrapper.go new home 2024-01-25 00:39:14 -06: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 go.wit.com/lib/gui/shell

License

The same License as GO itself