oexec

oexec is a Go package to execute shell commands in specified order

MIT License

Stars
23
oexec - Update report card link Latest Release

Published by amalfra 7 months ago

  • Corrects report card link in readme
oexec - Correct publish script

Published by amalfra 7 months ago

  • Fix bug with publish script
oexec - Drop support for old Go versions

Published by amalfra over 1 year ago

  • Minimum Go version 1.18 is required.
oexec - Add tests for Go version 1.17 and 1.18

Published by amalfra over 2 years ago

  • This release adds test for Go version 1.17 and 1.18
oexec - Sunset support for older go versions than 1.16 and more!

Published by amalfra about 3 years ago

  • min go version 1.16 required
  • Command and argument parsing will now remove empty strings before passing them to the command executor
oexec - Switch to github actions

Published by amalfra over 3 years ago

No code changes. Uses Github actions for CI. Readme badge also updated.

oexec - Go mod and drop support for old go versions

Published by amalfra over 3 years ago

This version adds go mod and drops support for old go versions. Go 1.12+ is required now.

oexec - Hello world

Published by amalfra about 7 years ago

First release