326 Commits

Author SHA1 Message Date
Nathaniel Landau
497ee2cf3d build(deps): bump dependencies 2023-12-29 08:08:33 -05:00
Nathaniel Landau
5bf9f3657d build: add poethepoet 2023-08-30 08:53:10 -04:00
Nathaniel Landau
69c1b491bb feat(files): add _randomLineFromFile_ 2023-08-29 13:08:36 -04:00
Nathaniel Landau
64c8658c8e build: lint for typos 2023-08-29 13:08:36 -04:00
Nathaniel Landau
fea8ce4e5c fix(test): fix broken tests 2023-08-29 13:08:36 -04:00
Nathaniel Landau
1370c531d2 build: use pre-commit and commitizen 2023-08-29 10:14:58 -04:00
Nathaniel Landau
ad9ce1dc10 Removed hooks submodule 2023-08-28 16:53:41 -04:00
Viktor Szépe
74523767af Improve array functions (#8) 2023-05-23 15:59:54 -04:00
Nathaniel Landau
3c3b8e6337 add tests for _columns_ 2022-04-30 14:59:59 -04:00
Nathaniel Landau
ba073edcd0 bump bats submodule 2022-04-28 23:32:22 -04:00
Nathaniel Landau
b655220616 Refactor column output
- Use single function _columns_
- Use single variable for indentation
- add options for bold, underline, reverse for left column
2022-04-28 23:30:10 -04:00
Nathaniel Landau
8719caa6bd typo fix 2022-04-28 15:14:41 -04:00
Nathaniel Landau
d78e98bee4 Merge pull request #10 from natelandau/linear/nat-14-use-columns-within_usage
Automate columns within help text
2022-04-28 15:12:47 -04:00
Nathaniel Landau
47800c4944 Automate columns within _usage_
- Add _usageCommands_ to alerts.sh and template_standalone.sh
- Refactor _usage_ text to utilize _usageCommands_
- Add _usageCommands_ to README
2022-04-28 15:11:09 -04:00
Nathaniel Landau
82c9603390 bump git hooks submodule 2022-01-17 21:08:09 -05:00
Nathaniel Landau
0475b784cc minor formatting change 2022-01-14 22:20:00 -05:00
Nathaniel Landau
aff64733a7 don't add homebrew to PATH unless macOS 2021-12-27 16:12:14 -05:00
Nathaniel Landau
e7304215bd update submodules 2021-12-16 15:23:29 -05:00
Nathaniel Landau
fbd1dd0419 update spinner output 2021-11-18 09:46:30 -05:00
Nathaniel Landau
6fe9e43cb5 add _spinner_ 2021-11-14 23:32:59 -05:00
Nathaniel Landau
6c54c7f902 red to setaf 196 2021-11-13 16:54:03 -05:00
Nathaniel Landau
a283f5d552 update githooks submodule 2021-11-12 14:54:25 -05:00
Nathaniel Landau
c5f7257280 pass when dir already in PATH 2021-11-12 00:17:35 -05:00
Nathaniel Landau
9c6cca0480 add _homebrewPath_ 2021-11-12 00:03:45 -05:00
Nathaniel Landau
bbe2a9e0d4 add _setPath_ option to fail if dir not found 2021-11-11 23:52:42 -05:00
Nathaniel Landau
395e8cef6b _setPATH_ no longer fails if path not found 2021-11-11 14:59:33 -05:00
Nathaniel Landau
81592a55bb quote variables in expansions 2021-11-11 14:36:49 -05:00
Nathaniel Landau
1beac3ce91 M1 mac compatibility 2021-11-11 14:19:12 -05:00
Nathaniel Landau
0676d7a9c0 option to _printarray_ when not VERBOSE 2021-11-09 10:13:06 -05:00
Nathaniel Landau
f7a8b019ed commit submodule update 2021-11-07 15:16:34 -05:00
Nathaniel Landau
5059f5f73b Add new function and improve comments 2021-11-05 20:38:47 -04:00
Nathaniel Landau
962827608f fix documentation 2021-11-04 23:17:36 -04:00
Nathaniel Landau
971dd82810 update hooks to branch: main 2021-11-01 16:49:12 -04:00
Nathaniel Landau
31fbf21ce0 update hooks to branch: main 2021-11-01 16:48:16 -04:00
Nathaniel Landau
af2030c961 install hooks submodule 2021-11-01 16:24:34 -04:00
Nathaniel Landau
a529db28bd prepare for hooks directory 2021-11-01 16:24:25 -04:00
Nathaniel Landau
432075a03a improve shellcheck compatibility 2021-11-01 16:24:03 -04:00
Nathaniel Landau
1377697ae6 shellcheck improvements 2021-10-29 15:01:31 -04:00
Nathaniel Landau
86300b68c4 Improve shellcheck compatibility 2021-10-28 17:59:34 -04:00
Nathaniel Landau
f44ea3d2e6 improve documentation 2021-10-27 11:17:56 -04:00
Nathaniel Landau
4c1be129e7 remove date stamp from terminal alerting 2021-10-27 11:17:25 -04:00
Nathaniel Landau
7212c9b545 use new script template 2021-10-27 11:16:49 -04:00
Nathaniel Landau
d984b7016c minor changes 2021-10-25 17:54:28 -04:00
Nathaniel Landau
a753723ce8 _varIsEmpty_: allow passing empty variables when using set nounset 2021-10-24 22:48:04 -04:00
Nathaniel Landau
1306924c91 improve adding arguments to ARGS array 2021-10-24 22:47:22 -04:00
Nathaniel Landau
d7d6edb003 _listFiles_: use extended regex and return 0 if no files found 2021-10-24 22:46:22 -04:00
Nathaniel Landau
9381be991e rename script template 2021-10-24 20:23:14 -04:00
Nathaniel Landau
d590b53dd9 _printArray_: only print in verbose mode 2021-10-24 16:18:11 -04:00
Nathaniel Landau
a9e8029d9e add _isFQDN_ and change header style 2021-10-23 23:52:00 -04:00
Nathaniel Landau
21d6c9b985 add _isFQDN_ 2021-10-23 23:18:02 -04:00