Skip to content

Commit

Permalink
COMMANDS.md moved to the Wiki. Updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
Megaf committed Sep 28, 2022
2 parents 313742f + c2918ee commit 23853f0
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 132 deletions.
126 changes: 0 additions & 126 deletions COMMANDS.md

This file was deleted.

22 changes: 16 additions & 6 deletions README.md
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)

0 comments on commit 23853f0

Please sign in to comment.