bashtasklog: formatted output for bash scripts

  • by Tim White
  • posted 2009.11.14
  • No Comments
  • 1939 views
bash-beauty screenshot #1

screenshot #1


bash-beauty screenshot #2

screenshot #2



bash-beauty screenshot #3

screenshot #3


What is it?

A utility logging class for bash implemented in an OO interface. It prints nicely formatted messages to the console and/or logfile. The format is similar to Linux boot messages.

What does it do?

  • Logs/echo's script tasks and results in a columnar format
  • Appends each task line with a colored status result (terminal stdout only)
  • Makes your script's output more readable

Other Features

  • Customizable message column width
  • Quiet mode writes only to a specified log file
  • Optionally prefixes all messages with a 14 digit timestamp
  • Licensed under GPL v2

Requirements

GNU Bourne-Again Shell (BASH)

Usage

See the GitHub README for usage and examples.

Leave a Comment