Skip to content

v1.0.0

Latest
Compare
Choose a tag to compare
@jgrancell jgrancell released this 17 Jun 14:22
· 9 commits to main since this release
aff9eb9

v1.0.0

Added

  • initial support for script running
  • support for tilde expansion in the cd command
  • support for home dir compression to tilde for the shell prompt

Changed

  • gohome command renamed to home for simplicity sake
  • Full refactor of the codebase flow and design based on my improved understanding of Go
  • Shell now has a concept of per-session variables rather than using Environment for all variables

Removed

  • redo command removed and will be refactored for a future release.

Fixed

  • ctrl+c signal now correctly clears the line
  • ctrl+d signal now correctly cleanly exits the shell
  • dependency spiderweb has been completely removed from shell libraries