diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..cdb4a35 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,5 @@ +### v0.1 +* Added if library +* Added msg library +* Added ansi library +* Added cfg library diff --git a/README.md b/README.md index 8486e18..c28dd6b 100644 --- a/README.md +++ b/README.md @@ -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.