Go to file
Jeff Carr c9df5a7ace start deprecating and modernizing this code 2024-02-15 22:52:11 -06:00
example1 remove go.mod 2024-02-09 12:17:42 -06:00
example2 new home 2024-01-25 00:39:14 -06:00
.gitignore no longer need these here 2024-01-31 14:28:38 -06: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 start deprecating and modernizing this code 2024-02-15 22:52:11 -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
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
openBrowser.go start deprecating and modernizing this code 2024-02-15 22:52:11 -06:00
proc.go start deprecating and modernizing this code 2024-02-15 22:52:11 -06:00
run.go start deprecating and modernizing this code 2024-02-15 22:52:11 -06:00
shell.go updates after 4 years 2024-02-10 16:31:19 -06:00
ssh.go new home 2024-01-25 00:39:14 -06:00
structs.go start deprecating and modernizing this code 2024-02-15 22:52:11 -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
xterm.go start deprecating and modernizing this code 2024-02-15 22:52:11 -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