Commit Graph

  • 8916c43efa Add `.github` configuration. master William Melody 2023-06-27 16:58:54 -0700
  • 9ea716f861
    Use two-step homebrew install in README. William Melody 2020-10-06 23:13:23 -0700
  • 9a929dc70f Update to version 3.6.4 3.6.4 William Melody 2020-09-11 18:22:23 -0700
  • 80699292a4 Use 'entries' terminology consistently. William Melody 2020-09-11 17:46:18 -0700
  • 06ad3e8deb Add exit status to `list` and associated subcommands. William Melody 2020-09-11 17:40:47 -0700
  • c74671613b Improve exit status documentation. William Melody 2020-09-11 17:13:40 -0700
  • 0201480ffb Group helper variables and functions in Helpers section. William Melody 2020-09-11 17:00:32 -0700
  • 0ce875c210 Use `sed -i` via a `_sed_i()` wrapper. William Melody 2020-09-11 16:58:15 -0700
  • 6a58eb693d
    Update README William Melody 2020-08-23 13:34:58 -0700
  • 245188025a Improve `realpath` / `readlink` handling. William Melody 2020-08-16 10:14:34 -0700
  • 39a182b47e Update Usage: ordering in `backups`. William Melody 2020-06-08 09:49:36 -0700
  • bd7edba09b Improve spacing and comments in subcommands. William Melody 2020-06-08 09:41:36 -0700
  • 5049abe817 Use alpha ordering for subcommand handling in `backup`. William Melody 2020-06-08 09:36:16 -0700
  • 5c87ad62b0 Update version to 3.6.3 3.6.3 William Melody 2020-06-07 18:07:12 -0700
  • ca51f3f742 Remove extra newline. William Melody 2020-06-07 18:05:18 -0700
  • ade1109cba Add missing `_warn` statements. William Melody 2020-06-07 17:22:20 -0700
  • 3c383581c5 Update version to 3.6.2 3.6.2 William Melody 2020-06-07 17:17:00 -0700
  • 2346f6f814 Add missing `_download_from()` function. William Melody 2020-06-07 17:15:51 -0700
  • 0715b9ec66 Update version to 3.6.1 3.6.1 William Melody 2020-06-07 15:42:50 -0700
  • 42a2a9f3d4 Use `__` prefix for variables in loops. William Melody 2020-06-07 15:42:11 -0700
  • c11f22e558 Update error message in `_main()`. William Melody 2020-06-07 15:38:29 -0700
  • 0d5f41537d Fix spacing in option parsing. William Melody 2020-06-07 15:12:48 -0700
  • 0a98202f84 Remove additional `_debug()` statement. William Melody 2020-06-07 15:06:18 -0700
  • 040593bd51 Improve `_load_subcommands()`. William Melody 2020-06-07 15:04:45 -0700
  • 0b79763874 Update Make install instructions. William Melody 2020-06-07 14:59:31 -0700
  • d6e3a8a128 Update version to 3.6.0 3.6.0 William Melody 2020-06-07 14:57:43 -0700
  • 0fa9b240c6 Remove extra space in `_load_subcommands()`. William Melody 2020-06-07 14:51:12 -0700
  • 83bb517312 Update help and README.md for `subcommands`. William Melody 2020-06-07 14:49:59 -0700
  • d396c5eefb Fix order in `$_SUBCOMMANDS`. William Melody 2020-06-07 14:44:57 -0700
  • 8ab47640f0 Rename `commands` to `subcommands`. William Melody 2020-06-07 14:44:10 -0700
  • c3be802faf Fix function name in `_debug` statement. William Melody 2020-06-07 14:41:35 -0700
  • 768acb5d80 Rename `$_DEFINED_COMMANDS` to `$_DEFINED_SUBCOMMANDS`. William Melody 2020-06-07 14:41:05 -0700
  • 379f99f4e1 Rename `_load_commands()` to `_load_subcommands()`. William Melody 2020-06-07 14:40:03 -0700
  • 28fea3a599 Rename global variable to `$HOSTS_DEFAULT_SUBCOMMAND`. William Melody 2020-06-07 14:39:18 -0700
  • bf65fbcad8 Replace `$_CMD` with `$_SUBCOMMAND`. William Melody 2020-06-07 14:37:10 -0700
  • 5d4a9dfb28 Remove extra comments in `_main()`. William Melody 2020-06-07 14:36:21 -0700
  • 0bd86e533d Move program functions to bottom of script. William Melody 2020-06-07 14:29:41 -0700
  • a39c60aafa Use curly braces for all `$_ME` variable references. William Melody 2020-06-07 14:18:20 -0700
  • 1da838faeb Remove extra comment. William Melody 2020-06-07 14:17:02 -0700
  • 6e1d408ad5 Improve header formatting. William Melody 2020-06-07 14:14:13 -0700
  • c381c8bd98 Add MIT license text to header. William Melody 2020-06-07 14:11:06 -0700
  • 426f2ed602 Improve global variable comments. William Melody 2020-06-07 14:04:37 -0700
  • 7596a2901f Improve variable names in `_print_entries()`. William Melody 2020-06-07 14:00:28 -0700
  • 4e9ad74697 Improve alignment. William Melody 2020-06-07 13:57:07 -0700
  • 051e8b3840 Don't use quotes when assigning empty strings. William Melody 2020-06-07 13:54:21 -0700
  • f585447612 Improve variable handling in `_print_entries()`. William Melody 2020-06-07 13:49:48 -0700
  • 4238e8bd81 Add `completions` help to README.md William Melody 2020-06-07 13:45:14 -0700
  • a64c20bdd8 Rearrange commands in script. William Melody 2020-06-07 13:43:04 -0700
  • 5865f92977 Remove version from default help output. William Melody 2020-06-07 13:40:11 -0700
  • 2b81ea530f Remove unused utility functions. William Melody 2020-06-07 13:39:01 -0700
  • 1e6af9b309 Improve comment in `$_SED_I_COMMAND` assignment. William Melody 2020-06-07 13:38:17 -0700
  • 47b5d51fa3 Remove unused helper functions. William Melody 2020-06-07 13:36:33 -0700
  • d775353c9a Use quotes when assigning function name. William Melody 2020-06-07 13:35:21 -0700
  • 73ecc3119e Clean up program option parsing section. William Melody 2020-06-07 13:34:00 -0700
  • d242aed463 Remove obsolete `$_COMMAND_ARGV` variable. William Melody 2020-06-07 13:31:46 -0700
  • 9bf7f782c9 Use improved `_contains()`. William Melody 2020-06-07 13:26:27 -0700
  • f0ebb08cd4 Use improved `_join()`. William Melody 2020-06-07 13:25:03 -0700
  • 4aeab14d2d Remove obsolete `_command_argv_includes()`. William Melody 2020-06-07 13:23:54 -0700
  • 952e2465b3 Add `_warn()` and use in `completions`. William Melody 2020-06-07 13:17:24 -0700
  • 23d6a1c653 Move completion installation into the main script. William Melody 2020-06-07 13:13:06 -0700
  • 17b2615820 Improve header, with note about LICENSE. William Melody 2020-06-07 12:52:22 -0700
  • 68b421f95a Combine Environment and Globals. William Melody 2020-06-07 12:44:21 -0700
  • a09e7b2468 Improve section dividers. William Melody 2020-06-07 12:40:44 -0700
  • dfbc83e12c Improve `_debug()`. William Melody 2020-06-07 12:34:55 -0700
  • fff87648d4 Update version to 3.5.1 3.5.1 William Melody 2020-05-17 11:39:26 -0700
  • 8f6a700909 Improve formatting in tests. William Melody 2020-05-17 11:33:57 -0700
  • 1d948837d0 Use `_exit_1` with non-help error messages. William Melody 2020-05-17 11:28:31 -0700
  • 8f2553b5a3 Add $_ERROR_PREFIX to test_helper.bash. William Melody 2020-05-17 11:25:28 -0700
  • 2f6290f3d4 Quote arguments to `help`. William Melody 2020-05-17 11:24:38 -0700
  • 16a672d52a Improve code formatting. William Melody 2020-05-17 11:10:12 -0700
  • 16a95406fe Replace `return 1` with message with `_return_1`. William Melody 2020-05-17 11:03:24 -0700
  • 5a7d0cca91 Replace `_die()` with `_exit_1()`. William Melody 2020-05-17 11:01:25 -0700
  • 40be65b7da `_verify_write_permissions()` doesn't accept arguments. William Melody 2020-05-17 10:57:33 -0700
  • affd8d8657 Use brackets in `_verify_write_permissions()`. William Melody 2020-05-17 10:55:36 -0700
  • 6e751065de Improve `backups` argument handling. William Melody 2020-05-17 10:54:03 -0700
  • 3e326dad13 Unenable shellcheck SC2183 for printf format string. William Melody 2020-05-17 10:37:51 -0700
  • 6bde3438c6 Don't use $/${} with arithmetic variables. William Melody 2020-05-17 10:34:59 -0700
  • ca43d92d85 Remove unused variable. William Melody 2020-05-17 10:33:15 -0700
  • bc06de7476 Update version to 3.5.0 3.5.0 William Melody 2020-04-22 12:15:15 -0700
  • 9dab3606c6 Add exit status documentation to README.md William Melody 2020-04-22 11:58:50 -0700
  • 88030b8a51 Return `1` from `show` when entry not found. William Melody 2020-04-22 11:53:40 -0700
  • 5112c3e6a0 Use consistent terminology in function documentation. William Melody 2020-04-22 11:45:47 -0700
  • 2f5f610e3c Reformat exit status documentation. William Melody 2020-04-22 11:44:01 -0700
  • 815def022e Remove .gitignore. William Melody 2020-04-22 11:41:14 -0700
  • 59bb99ea34 Merge branch 'sleepyghost01-feature/add-exit-codes' William Melody 2020-04-22 12:05:37 -0700
  • 40b76d2e26 Update version to 3.4.3 3.4.3 William Melody 2020-04-16 11:48:00 -0700
  • bc6b16c014 Improve `hosts-completion` script locations. William Melody 2020-04-16 11:45:45 -0700
  • a67e4c997b Add exit code documentation Amin Mousavi 2020-04-16 12:11:40 +0200
  • 4088591bb2 Update version to 3.4.2 3.4.2 William Melody 2020-04-14 13:21:03 -0700
  • 972dc9a752 Improve README.md William Melody 2020-04-14 13:17:18 -0700
  • 95807387a1 Improve README.md William Melody 2020-04-14 13:16:29 -0700
  • 952d848157 Update version to 3.4.1 3.4.1 William Melody 2020-04-14 13:06:40 -0700
  • 89b016999d Remove duplicate heading in README.md William Melody 2020-04-14 13:05:47 -0700
  • 91946962a6 Fix heading level in README.md William Melody 2020-04-14 13:03:37 -0700
  • 886599394e Update version to 3.4.0 3.4.0 William Melody 2020-04-14 10:13:31 -0700
  • 45b39d1bc7 Update README.md William Melody 2020-04-14 10:10:20 -0700
  • 6159d3e35a Update etc/README.md title. William Melody 2020-04-14 10:05:59 -0700
  • 3d65bccdb5 Manage completion with `scripts/hosts-completion`. William Melody 2020-04-14 09:26:53 -0700
  • 8cbbdc3550 Add scripts, update README.md and package.json. William Melody 2020-04-13 21:39:39 -0700
  • 9cbc6ddafb Update version to 3.3.3 3.3.3 William Melody 2020-04-13 16:49:08 -0700