Zxpy Versions Save

Shell scripts made simple 🐚

1.2.1

3 years ago

zx.start() in REPL now preserves the REPL's imports and locals

1.2.0

3 years ago
  • Improve support for shell strings inside functions
  • Allow accessing attributes on shell strings, like (~"grep ...").splitlines()

1.1.1

3 years ago

Remove the use of := operator for backwards compatibility.

1.1.0

3 years ago
  • It no longer waits for the shell command to finish before printing its output. eg. ~'echo hello; sleep 1; echo bye'
  • Added REPL support: Running zxpy with no arguments starts up a REPL. More info here.

1.0.1

3 years ago

Simple improvements to the code quality and documentation.

1.0.0

3 years ago