Skip to content

Pre-release 0.0.2

Compare
Choose a tag to compare
@MrPicklePinosaur MrPicklePinosaur released this 13 Nov 00:21
· 156 commits to master since this release

Hey all! Pre-release version 0.0.2 of shrs: the rusty shell toolkit has just been released πŸŽ‰ ! shrs is not just a shell written in Rust, it is a library for you to build your own command line shell. Here are some exciting new features that can be found in this release:

  • Run contexts: save and restore your execution environment
  • Dynamic aliases: change the definition of alias depending on which directory you are in
  • Project/workspace parsing: enables the abilitiy to create prompts like starship
  • Serde support: enables abilitiy to parse options from config files

What's Changed

New Contributors

Full Changelog: 0.0.1...0.0.2