index
:
jcarr/shell
devel
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell.go
Age
Commit message (
Expand
)
Author
2024-11-08
use go-cmd/cmd and purge old code
v0.22.5
Jeff Carr
2024-11-04
attempt stdout to http
v0.22.4
Jeff Carr
2024-11-01
better notes
Jeff Carr
2024-11-01
commit notes
Jeff Carr
2024-11-01
crapnuts
Jeff Carr
2024-03-09
remove some of the wierder code
Jeff Carr
2024-03-01
start fixing all this old junk
v0.22.0
v0.21.2
Jeff Carr
2024-02-22
add IsDir()
Jeff Carr
2024-02-10
updates after 4 years
Jeff Carr
2024-01-25
new home
v0.13.0
Jeff Carr
2024-01-05
use 'go.wit.com/log'
Jeff Carr
2019-06-16
unlink()
Jeff Carr
2019-06-16
track cmd failures
Jeff Carr
2019-06-16
smarter go syntax for Run()
Jeff Carr
2019-06-14
add shell.Cat()
Jeff Carr
2019-06-14
updates to Exec()
Jeff Carr
2019-06-14
add linux / windows build files
Jeff Carr
2019-06-13
more ssh tests
Jeff Carr
2019-06-13
start handling stupid Windows
Jeff Carr
2019-06-09
add shell.Exec() to execute and never return
Jeff Carr
2019-06-07
also print STDERR to STDOUT
Jeff Carr
2019-06-07
add a quiet flag and some other fixes
Jeff Carr
2019-06-07
quiet output
Jeff Carr
2019-06-06
call the callback function if defined
Jeff Carr
2019-06-06
always call the internal errorHandler()
Jeff Carr
2019-06-06
add perl 'chomp'. too lazy to make it correct with regex
Jeff Carr
2019-06-06
test callback()
Jeff Carr
2019-06-06
make a error handling callback function
Jeff Carr
2019-06-05
return the output correctly. set debug mode
Jeff Carr
2019-06-04
capture the output for Run()
Jeff Carr
2019-05-10
fix stderr (stdout was wrong too)
Jeff Carr
2019-05-10
correct stdin handling. stderr might still be broken
Jeff Carr
2019-05-10
move to smarter log() and quiet spew()
Jeff Carr
2019-05-09
add total byte counts to track accurate flushing of buffers
Jeff Carr
2019-05-09
allow stdout redirection
Jeff Carr
2019-04-08
add Daemon(cmd, timeout)
Jeff Carr
2019-04-07
typo
Jeff Carr
2019-04-07
initial commit
Jeff Carr