An open API service indexing awesome lists of open source software.

https://github.com/megaf/libsay

Library of commands to make shell script messages pretty and draw boxes around messages.
https://github.com/megaf/libsay

Last synced: about 1 year ago
JSON representation

Library of commands to make shell script messages pretty and draw boxes around messages.

Awesome Lists containing this project

README

          

# The libsay library

A library of commands and functions to add extra functionality to your shell
and script!

* Adds a nice decoration around messages.
* Easily formats texts! Supporting italics, bold, colours and much more!
* Parse keywords on a line by line basis applying relevant format.
* Adds commands to make custom line drawings.
* 100% self-sufficient. It's only dependencies are **BASH** and **printf**.

## Read more
* [Check libsay's Wiki!](https://github.com/Megaf/libsay/wiki)
* [Install Instructions/Add to your project](https://github.com/Megaf/libsay/wiki/Install)
* [General Usage](https://github.com/Megaf/libsay/wiki/Usage)
* [Commands List](https://github.com/Megaf/libsay/wiki/Commands)
* [License](https://github.com/Megaf/libsay/wiki/License)