zxpy

Shell scripts made simple 🐚

MIT License

Downloads
976
Stars
650
Committers
3
zxpy - Fix local scope in REPL

Published by tusharsadhwani over 3 years ago

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

zxpy - Feature additions

Published by tusharsadhwani over 3 years ago

  • Improve support for shell strings inside functions
  • Allow accessing attributes on shell strings, like (~"grep ...").splitlines()
zxpy - Add backwards compatibility

Published by tusharsadhwani over 3 years ago

Remove the use of := operator for backwards compatibility.

zxpy - Live output and REPL support

Published by tusharsadhwani over 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.
zxpy - Cleanup and documentation

Published by tusharsadhwani over 3 years ago

Simple improvements to the code quality and documentation.

zxpy - Initial release

Published by tusharsadhwani over 3 years ago