Updated README and CHANGELOG
This commit is contained in:
parent
93948910e3
commit
5eb6c5cd38
2 changed files with 8 additions and 0 deletions
5
CHANGELOG.md
Normal file
5
CHANGELOG.md
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
### v0.1
|
||||||
|
* Added if library
|
||||||
|
* Added msg library
|
||||||
|
* Added ansi library
|
||||||
|
* Added cfg library
|
|
@ -17,3 +17,6 @@ Set of if functions to make life easier
|
||||||
## _ansi
|
## _ansi
|
||||||
Sets terminal properties such as cursor position and text color using ANSI
|
Sets terminal properties such as cursor position and text color using ANSI
|
||||||
escape sequences.
|
escape sequences.
|
||||||
|
|
||||||
|
## _cfg
|
||||||
|
Reads and writes config files delimited by tabs, like fstab, using aw.
|
||||||
|
|
Reference in a new issue