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.
- Host: GitHub
- URL: https://github.com/megaf/libsay
- Owner: Megaf
- License: gpl-3.0
- Created: 2022-09-14T21:16:06.000Z (over 3 years ago)
- Default Branch: stable
- Last Pushed: 2022-09-29T23:49:06.000Z (over 3 years ago)
- Last Synced: 2023-09-06T02:53:22.851Z (almost 3 years ago)
- Language: Shell
- Size: 101 KB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)