Skip to content

Live output and REPL support

Compare
Choose a tag to compare
@tusharsadhwani tusharsadhwani released this 10 May 13:28
· 143 commits to master since this release
  • 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.