Go to file
Jeff Carr ec6f0a1778 remove more old stuff
Signed-off-by: Jeff Carr <jcarr@wit.com>
2024-03-09 17:49:43 -06:00
.gitignore no longer need these here 2024-01-31 14:28:38 -06:00
LICENSE remove some of the wierder code 2024-03-09 17:46:36 -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 lazy code move from repolist 2024-02-22 15:55:16 -06:00
color.go goimport auto syntax change 2024-02-23 22:07:57 -06:00
int.go new home 2024-01-25 00:39:14 -06:00
md5sum.go new home 2024-01-25 00:39:14 -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 remove more old stuff 2024-03-09 17:49:43 -06:00
shell.go remove some of the wierder code 2024-03-09 17:46:36 -06:00
structs.go remove some of the wierder code 2024-03-09 17:46:36 -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 goimport auto syntax change 2024-02-23 22:07:57 -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