Commit graph

7 commits

Author SHA1 Message Date
ayakael
a624cae51b
File is not defined explicitely rather than globally 2018-03-26 22:39:58 -04:00
ayakael
93948910e3
Added build script. Moved libraries from src to lib 2018-01-11 14:35:10 -09:00
ayakael
351516d54c
Fixed dispatcher functions and parser and sanity checks
_cfg_drop_column now leaves no trailing tab
Updated documentation for _cfg insert
2018-01-11 11:05:36 -09:00
ayakael
d20bc4e986
Renamed config.sh to cfg.sh to match function name
Fixed code-breaking bugs for cfg.sh for all base functions (i.e not dispatcher functions)
Added test file for cfg function for all base functions (i.e not dispatcher functions)
2018-01-11 10:09:00 -09:00
ayakael
fca165b274
* Changed name for _log function to _msg, added bail() function.
* Created _ansi function library to set terminal properties like
  cursor position and text color.
* Created _if function library, a set of simple if statements.
  Added _if_array_contains, _if_is_integer, _if_is defined,
  if_has_value
2018-01-06 20:30:09 -09:00
ayakael
5f446594ee
Fixed faulty sanity check in _color() 2018-01-06 00:26:35 -09:00
ayakael
79bfb447ea
Functionalized color mangement 2018-01-05 21:02:41 -09:00