shellrunner

Write safe shell scripts in Python.

MIT License

Downloads
119
Stars
5
Committers
1

Bot releases are hidden (Show)

shellrunner - 0.4.2

Published by adamhl8 8 months ago

  • Bump deps
shellrunner - 0.4.1 Latest Release

Published by adamhl8 10 months ago

  • Bumped version for pypi publishing
shellrunner - 0.4.0

Published by adamhl8 10 months ago

  • Renamed project to shellrunner
  • Renamed show_commands to show_command
  • Refactored and cleaned up code/comments
shellrunner - 0.3.5

Published by adamhl8 about 1 year ago

  • Add py.typed
shellrunner - 0.3.4

Published by adamhl8 about 1 year ago

  • Add color to shellrunner: command output.
shellrunner - 0.3.3

Published by adamhl8 about 1 year ago

  • Cleaned and fixed package build.
  • Fixed unicode escape.
shellrunner - 0.3.2

Published by adamhl8 over 1 year ago

Resolve parent shell path with psutil.

shellrunner - 0.3.1

Published by adamhl8 over 1 year ago

Only get parent shell path if shell is not passed in.

shellrunner - 0.3.0

Published by adamhl8 over 1 year ago

Add pipestatus to ShellCommandResult.

shellrunner - 0.2.0

Published by adamhl8 over 1 year ago

ShellCommandError now includes out and status of the failed command.

shellrunner - 0.1.2

Published by adamhl8 over 1 year ago

rstrip() output by default.

shellrunner - 0.1.1

Published by adamhl8 over 1 year ago

Print full status list on ShellCommandError.

shellrunner - 0.1.0

Published by adamhl8 over 1 year ago

Initial release.