Bash Output Generator
Anotate your script with formatting helpers by using pipe construct
Example
echo "Script title" | title echo "Author: You" | subtitle
Tasks are represented introduced by the section helper. The flow is :
section
output
result
echo "Task number One" | section ls -l | output echo "Warning" | output::warning ls /non_existent_file |& output result