0.3.0
🐠 Version 0.3.0
introduces these changes:
- Major refactor of codebase and numerous improvements
- Added ability to
load
andunload
ponds for the current shell session - Removed
variable
andlist
command in favour of reworkedcreate
command and introduced a newedit
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
🎈