fluxion/lib
Matias Barcenas ad89264442 Implemented FormatUtils & used for startup banner.
The new horizontal utility utilizes the * token for centering.
* Every field with the token %*s will autofill the remaining space.
* Field tokens may be any valid format specifier, plus the asterisk.
* > Example: printf "%*s %.*s %*d" "col1" "col2" "3.0" (notice asterisk)
* > Example: printf "%*b %s" "\e[1;33mThis is red text\e[0m" "this is not"

Use the new utilities to center the startup banner and other messages.
2017-08-12 15:43:39 -05:00
..
ap Updated commented code. 2017-08-09 20:33:17 -05:00
site Update branch to the latest version 2017-04-24 07:23:08 +02:00
ArrayUtils.sh Refactored functionality to independent library scripts. 2017-08-08 12:40:32 -05:00
FormatUtils.sh Implemented FormatUtils & used for startup banner. 2017-08-12 15:43:39 -05:00
HashUtils.sh Fixed mawk vs gawk bug & added missing quotes. 2017-08-09 23:30:23 -05:00
IOUtils.sh Lang. globals, paths, exitmode update & bugfixes. 2017-08-10 22:02:12 -05:00
SandboxUtils.sh Refactored functionality to independent library scripts. 2017-08-08 12:40:32 -05:00