Skip to content

0.3.0

Compare
Choose a tag to compare
@marcransome marcransome released this 11 Feb 23:54
· 718 commits to main since this release
b6247b6

🐠 Version 0.3.0 introduces these changes:

  • Major refactor of codebase and numerous improvements
  • Added ability to load and unload ponds for the current shell session
  • Removed variable and list command in favour of reworked create command and introduced a new edit command. create now spawns a command-line editor after pond creation for adding variables by hand (-e|--empty option allows this to be bypassed in favour of creating an empty pond)
  • Much improved command, option, and pond name tab completion, including descriptions where applicable
  • Removed variable count from status output; may be reintroduced later pending regex improvements
  • Improved usage banner and added command-specific usage banners for all commands (pond <command> -h|--help)
  • Removed dependency on grep
  • Added drain command for emptying a pond
  • Updated README.md 🎈