Releases: bash-bastion/bash-utility
Releases · bash-bastion/bash-utility
v0.4.0
v0.3.0
Features
Add printing functions for more categorical printing. Example:
$ std.fprint_info 'hookah' 'other'
Info (hookah): otherIt automatically colors the output
v0.2.1
v0.2.0
Features
Add std.shell_* functions to print shell-avalable content (like adding a directory to the PATH)
Miscellaneous
- Improved documentation
v0.1.0
Features
- Function
std.find_parent_file() - Function
std.find_parent_dir() - Function
std.should_output_color() - Function
std.get_package_info()
Waring as this is the first release (and as it's before a stable v1), the API is bound to change