Skip to content

0.9.5

Compare
Choose a tag to compare
@mitnk mitnk released this 10 May 05:54
· 122 commits to master since this release
  • Added -l as an equivalent to --login.
  • Replaced dep nom 3.0 with pest.
  • Replaced dep time with chrono.
  • Fixed redirection issue with echo foo\>bar.
  • Fixed completion issue with ls \[<TAB>.
  • Fixed issues that on Linux some commands sometimes would STOPPED just after start.
  • Support math calculation in sub commands: echo "hi $(1 + 1)".