Updated README and CHANGELOG

This commit is contained in:
ayakael 2018-01-11 14:45:04 -09:00
parent 93948910e3
commit 5eb6c5cd38
No known key found for this signature in database
GPG key ID: 575626A4AE5F4026
2 changed files with 8 additions and 0 deletions

5
CHANGELOG.md Normal file
View file

@ -0,0 +1,5 @@
### v0.1
* Added if library
* Added msg library
* Added ansi library
* Added cfg library

View file

@ -17,3 +17,6 @@ Set of if functions to make life easier
## _ansi
Sets terminal properties such as cursor position and text color using ANSI
escape sequences.
## _cfg
Reads and writes config files delimited by tabs, like fstab, using aw.