tomocafe / bash-boost

bash-boost is a set of library functions for bash, useful for both scripting and interactive use. It draws inspiration from the Boost C++ libraries.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Add expressive module

tomocafe opened this issue · comments

For functions that do not add any functionality, but make using existing functionality more human-readable, less terse.

Example: bb_expressive_is_directory instead of test -d

On second thought, don't want to go down this road. Philosophy is to not just repackage existing bash functionality.