Skip to content

v0.1.2

Pre-release
Pre-release
Compare
Choose a tag to compare
@dfa1 dfa1 released this 28 Jul 14:24
· 321 commits to master since this release

Added

  • (preview feature) hosh interprets the command line as it is typed and uses syntax highlighting to provide feedback to the user.
    Potential errors, that are marked in bold red, include:
    • any syntax error
    • invalid commands (both built-in as well as external)
  • path: new command to avoid text-based manipulation of PATH variable
    • path show to show all elements of current PATH
    • path clear to remove all elements of current PATH
    • path append /usr/local/bin to add /usr/local/bin as last element of current PATH
    • path prepend /usr/local/bin to add /usr/local/bin as first element of current PATH

Changed

  • bumped jline to 3.16.0

Fixed

  • fixed regression in ls | sum size