-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
COMMANDS.md moved to the Wiki. Updated README.
- Loading branch information
Showing
2 changed files
with
16 additions
and
132 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,17 @@ | ||
# libsay | ||
## About: | ||
`libsay` is a library, it can be added to your shell and used directly or | ||
easily imported to you console based project to provide some nice and colourfull | ||
text output to the users of your projects. All without changing your code! | ||
# The libsay library | ||
|
||
Check [our Wiki](https://github.com/Megaf/libsay/wiki) for examples, usage and install instructions! | ||
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) |