diff --git a/README.md b/README.md index 65a7504..bac6376 100644 --- a/README.md +++ b/README.md @@ -9,30 +9,30 @@ Usage Below is a list of usages for the various available functions included in this library. The definitions are straight from the documentation in the files themselves. See each file's source for more details. - __center - __debug [ [ [...]]] - __elog [ [ [...]]] - __error [ [ [...]]] - __get_env [-e] - __in_args "$@" - __in_array - __indent [--char=] - __is_stdin - __log [-n] [--file=] [ [ [...]]] - __menu [--prompt=] [] ... ] [-k [] ...] - __path_append [] - __path_prepend [] - __path_remove [] - __path_to_windows - __short_ans - __show_tree [] - __source_all [-vx] [] - __str_repeat [-n] - __strip_color_codes [ [ [...]]] - __strlen - __to_lower - __to_upper - __type_exists [-p | -a | -b | -f | -k] - __type_exists [-p | -a | -b | -f | -k] - __wait_on [--max-time=] [] - __yes_no --default= + - [__center](functions/__center.sh) ` ` + - [__debug](functions/__debug.sh) `[ [ [...]]]` + - [__elog](functions/__elog.sh) `[ [ [...]]]` + - [__error](functions/__error.sh) `[ [ [...]]]` + - [__get_env](functions/__get_env.sh) `[-e]` + - [__in_args](functions/__in_args.sh) ` "$@"` + - [__in_array](functions/__in_array.sh) ` ` + - [__indent](functions/__indent.sh) `[--char=] ` + - [__is_stdin](functions/__is_stdin.sh) + - [__log](functions/__log.sh) `[-n] [--file=] [ [ [...]]]` + - [__menu](functions/__menu.sh) `[--prompt=] [] ... ] [-k [] ...]` + - [__path_append](functions/__path_append.sh) ` []` + - [__path_prepend](functions/__path_prepend.sh) ` []` + - [__path_remove](functions/__path_remove.sh) ` []` + - [__path_to_windows](functions/__path_to_windows.sh) `` + - [__short_ans](functions/__short_ans.sh) `` + - [__show_tree](functions/__show_tree.sh) `[]` + - [__source_all](functions/__source_all.sh) `[-vx] []` + - [__str_repeat](functions/__str_repeat.sh) `[-n] ` + - [__strip_color_codes](functions/__strip_color_codes.sh) `[ [ [...]]]` + - [__strlen](functions/__strlen.sh) `` + - [__to_lower](functions/__to_lower.sh) `` + - [__to_upper](functions/__to_upper.sh) `` + - [__type_exists](functions/__type_exists.sh) `[-p | -a | -b | -f | -k] ` + - [__type_exists](functions/__type_exists.sh) `[-p | -a | -b | -f | -k] ` + - [__wait_on](functions/__wait_on.sh) `[--max-time=] []` + - [__yes_no](functions/__yes_no.sh) `--default= ` diff --git a/SOURCEME b/SOURCEME old mode 100644 new mode 100755 diff --git a/functions/__center.sh b/functions/__center.sh old mode 100644 new mode 100755 diff --git a/functions/__get_env.sh b/functions/__get_env.sh old mode 100644 new mode 100755 diff --git a/functions/__indent.sh b/functions/__indent.sh old mode 100644 new mode 100755 diff --git a/functions/__is_stdin.sh b/functions/__is_stdin.sh old mode 100644 new mode 100755 diff --git a/functions/__menu.sh b/functions/__menu.sh old mode 100644 new mode 100755 diff --git a/functions/__path_append.sh b/functions/__path_append.sh old mode 100644 new mode 100755 diff --git a/functions/__path_prepend.sh b/functions/__path_prepend.sh old mode 100644 new mode 100755 diff --git a/functions/__path_remove.sh b/functions/__path_remove.sh old mode 100644 new mode 100755 diff --git a/functions/__short_ans.sh b/functions/__short_ans.sh old mode 100644 new mode 100755 diff --git a/functions/__source_all.sh b/functions/__source_all.sh old mode 100644 new mode 100755 diff --git a/functions/__str_repeat.sh b/functions/__str_repeat.sh old mode 100644 new mode 100755 diff --git a/functions/__strlen.sh b/functions/__strlen.sh old mode 100644 new mode 100755 diff --git a/functions/__to_lower.sh b/functions/__to_lower.sh old mode 100644 new mode 100755 diff --git a/functions/__to_upper.sh b/functions/__to_upper.sh old mode 100644 new mode 100755