Skip to content

Releases: tusharsadhwani/zxpy

Bugfix

16 May 11:18
Compare
Choose a tag to compare
  • Fix using string attributes over bash f-strings, i.e. (~f'...').splitlines()

Fix local scope in REPL

12 May 18:16
Compare
Choose a tag to compare

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

Feature additions

10 May 17:20
Compare
Choose a tag to compare
  • Improve support for shell strings inside functions
  • Allow accessing attributes on shell strings, like (~"grep ...").splitlines()

Add backwards compatibility

10 May 17:07
Compare
Choose a tag to compare

Remove the use of := operator for backwards compatibility.

Live output and REPL support

10 May 13:28
Compare
Choose a tag to compare
  • 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.

Cleanup and documentation

09 May 18:47
Compare
Choose a tag to compare

Simple improvements to the code quality and documentation.

Initial release

08 May 13:27
Compare
Choose a tag to compare
1.0.0

Initial release