Go to file
Jeff Carr 098c7d3771 forge config has user xterm settings 2025-01-16 10:25:29 -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 RunEcho() 2024-12-10 01:48:02 -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
cmd.go does this exit correctly? is it done or not done? 2024-12-18 23:06:00 -06:00
color.go goimport auto syntax change 2024-02-23 22:07:57 -06:00
exec.go shell exec for 'forge commit' 2025-01-12 06:35:36 -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
posix.go purge old code 2024-12-18 17:59:01 -06:00
proc.go start deprecating and modernizing this code 2024-02-15 22:52:11 -06:00
structs.go purge old code 2024-12-18 17:59:01 -06:00
time.go make one you can send a 'nil' to it 2024-12-16 23:59:16 -06:00
wget.go RunEcho() 2024-12-10 01:48:02 -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 forge config has user xterm settings 2025-01-16 10:25:29 -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