Skip to content

Hilbish v0.2.0

Compare
Choose a tag to compare
@TorchedSammy TorchedSammy released this 31 Mar 00:08
· 1049 commits to master since this release

Hilbish v0.2!!!

  • Hooks (events) are the new and main thing in v0.2, you can now listen for hooks or cast out (emit) custom ones, via the bait package
  • Prompt has been changed to have printf-like verbs to format. This makes it easier on the user's side to configure, and doesn't require hooks to change it for things like current directory.
  • ^^ to refer to the previous command.
    It's for the lazy hands like me, so I can do something like ENV=VAR ^^
  • Way more (more like any) comments in the core code.
  • Default prompt's changed and the triangle changes color based on if command failed or not.