Skip to content

Releases: adamhl8/shellrunner

0.4.2

29 Feb 19:15
3f1dc8a
Compare
Choose a tag to compare
  • Bump deps

0.4.1

12 Dec 01:03
cd12776
Compare
Choose a tag to compare
  • Bumped version for pypi publishing

0.4.0

12 Dec 00:55
71af276
Compare
Choose a tag to compare
  • Renamed project to shellrunner
  • Renamed show_commands to show_command
  • Refactored and cleaned up code/comments

0.3.5

18 Oct 20:31
e603c89
Compare
Choose a tag to compare
  • Add py.typed

0.3.4

13 Oct 00:38
301a214
Compare
Choose a tag to compare
  • Add color to shellrunner: command output.

0.3.3

12 Oct 07:06
f6f585c
Compare
Choose a tag to compare
  • Cleaned and fixed package build.
  • Fixed unicode escape.

0.3.2

18 Apr 01:00
Compare
Choose a tag to compare

Resolve parent shell path with psutil.

0.3.1

27 Mar 03:07
Compare
Choose a tag to compare

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

0.3.0

20 Mar 21:44
e20b0fe
Compare
Choose a tag to compare

Add pipestatus to ShellCommandResult.

0.2.0

20 Mar 02:05
Compare
Choose a tag to compare

ShellCommandError now includes out and status of the failed command.