summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2024-01-10go.wit.com/log changev0.2.3Jeff Carr
2024-01-05more log() cleanupsv0.2.2Jeff Carr
2024-01-05use same name for github everywhereJeff Carr
2024-01-05oops + bump versionv0.2.1Jeff Carr
2024-01-05use 'go.wit.com/log'Jeff Carr
2023-12-20fix github sync syntaxJeff Carr
2023-12-20sync'd to github mirrorJeff Carr
2023-12-20move to go.wit.com/shellJeff Carr
2023-02-10wrong URL's & no LICENSE file (ya, now there are 2. deal with it)Jeff Carr
2021-11-03MAKE: update Makefile rulesJeff Carr
2021-08-09BUILD: update import pathsJeff Carr
2019-06-16unlink()Jeff Carr
2019-06-16trim nullJeff Carr
2019-06-16track cmd failuresJeff Carr
2019-06-16use standard logJeff Carr
2019-06-16smarter go syntax for Run()Jeff Carr
2019-06-15quiet Chomp() debuggingJeff Carr
2019-06-15a new struct to track file handles for processesJeff Carr
2019-06-15add a File structJeff Carr
2019-06-15show errJeff Carr
2019-06-14more md5sum() debuggingJeff Carr
2019-06-14add shell.Cat()Jeff Carr
2019-06-14import logJeff Carr
2019-06-14more debugging on replaceJeff Carr
2019-06-14debugging for Write()Jeff Carr
2019-06-14go-ssh workarounds for easier code automationJeff Carr
2019-06-14fix paths on Write()Jeff Carr
2019-06-14add a path wrapper for WindowsJeff Carr
2019-06-14updates to Exec()Jeff Carr
2019-06-14add linux / windows build filesJeff Carr
2019-06-13more on windows/cygwinJeff Carr
2019-06-13more ssh testsJeff Carr
2019-06-13start handling stupid WindowsJeff Carr
2019-06-13start adding ssh supportJeff Carr
2019-06-09add shell.Exec() to execute and never returnJeff Carr
2019-06-07only return wget on 200Jeff Carr
2019-06-07also print STDERR to STDOUTJeff Carr
2019-06-07add a quiet flag and some other fixesJeff Carr
2019-06-07quiet outputJeff Carr
2019-06-06always append \n when writing a fileJeff Carr
2019-06-06handle int64Jeff Carr
2019-06-06move wget into hereJeff Carr
2019-06-06more shortcut commandsJeff Carr
2019-06-06call the callback function if definedJeff Carr
2019-06-06always call the internal errorHandler()Jeff Carr
2019-06-06add perl 'chomp'. too lazy to make it correct with regexJeff Carr
2019-06-06test callback()Jeff Carr
2019-06-06make a error handling callback functionJeff Carr
2019-06-05return the output correctly. set debug modeJeff Carr
2019-06-04capture the output for Run()Jeff Carr