Rob Muhlestein
|
d51e7f3e87
|
deprecate
|
2024-11-23 00:15:21 -05:00 |
rwxrob
|
6b13675289
|
Add several updates
|
2022-01-27 16:17:09 -05:00 |
rwxrob
|
815089d968
|
Fix header titles
|
2021-12-25 12:15:54 -05:00 |
rwxrob
|
1806be55e7
|
Add Security disclaimer
|
2021-12-18 11:13:23 -05:00 |
rwxrob
|
32593202c6
|
Add basic color support
|
2021-12-16 00:22:08 -05:00 |
rwxrob
|
b77c674962
|
Fix false return values for config (closes #8)
|
2021-12-15 23:19:22 -05:00 |
rwxrob
|
3d01d93246
|
Add check for function defined to delegation
|
2021-12-14 17:53:22 -05:00 |
rwxrob
|
0e70a1b471
|
Move _initialize and _conf_read above completion
|
2021-12-14 17:42:27 -05:00 |
rwxrob
|
39fa88375f
|
Fix jq _checkdep return
|
2021-09-15 13:49:51 -04:00 |
rwxrob
|
589f30327a
|
Add `_alternatives` hook and better `_initialize`
|
2021-09-08 10:06:25 -04:00 |
rwxrob
|
0ab6c359b1
|
Sort `config` output
|
2021-08-31 23:26:27 -04:00 |
rwxrob
|
0da6d1dfeb
|
Change `CONFIG` to `CONF`
|
2021-08-31 23:10:03 -04:00 |
rwxrob
|
eedc4a7021
|
Move from `x_` to `x.` with explanation
|
2021-08-31 22:38:13 -04:00 |
rwxrob
|
159b2e78d7
|
Drop 'hidden' public commands
They are just too risky to promote because people might create
dependencies on them. Something is either exported and public or it's
not.
|
2021-08-31 22:00:16 -04:00 |
rwxrob
|
1070f958f7
|
Move `command_` (back) to `x_`, too verbose
|
2021-08-31 21:39:57 -04:00 |
rwxrob
|
e3f8a5cc01
|
Fix single quote escapes
|
2021-08-31 09:54:18 -04:00 |
rwxrob
|
39e386700a
|
Add `_urlencode` and `_newest` and better docs
|
2021-08-31 09:47:57 -04:00 |
rwxrob
|
dae44446b9
|
Add `value`, `keys`, `delete` to `config`
|
2021-08-29 12:19:03 -04:00 |
rwxrob
|
4228dcc7b9
|
Improve completion in-source comment
|
2021-08-27 13:15:05 -04:00 |
rwxrob
|
f57eb1b80d
|
Fix position of `_read_config` and `_initialize`
|
2021-08-27 13:11:03 -04:00 |
rwxrob
|
77fcc9e6a9
|
Update `README.me` to describe hiding commands
|
2021-08-27 09:16:21 -04:00 |
rwxrob
|
4aabdc934c
|
Fix some line return `config` bugs
|
2021-08-26 10:00:16 -04:00 |
rwxrob
|
d4cd7301f8
|
Add line return to `_config_get` if terminal
|
2021-08-26 09:48:11 -04:00 |
rwxrob
|
39d17d9234
|
Upgrade `_config_*` functions `config` command
|
2021-08-26 09:15:09 -04:00 |
rwxrob
|
7c67b896b7
|
Update README.md
|
2021-08-25 00:52:39 -04:00 |
rwxrob
|
cc987dbc7a
|
Add `CONFIG_DIR` support to `config` command
|
2021-08-25 00:50:39 -04:00 |
rwxrob
|
c426351e4e
|
Fix `_write_config` to take argument as well
|
2021-08-24 23:49:04 -04:00 |
rwxrob
|
c90c3e1af0
|
Allow `_read_config` to take a path as argument
|
2021-08-23 23:13:45 -04:00 |
rwxrob
|
3acd8e9109
|
Fix bug with empty `values` file dumping line
|
2021-08-23 23:06:47 -04:00 |
rwxrob
|
5954cd7f97
|
Change no values file to non-fatal (return 0)
|
2021-08-23 22:59:58 -04:00 |
rwxrob
|
82af5adc4c
|
Fix rwxrob.tv link
|
2021-08-23 22:27:03 -04:00 |
rwxrob
|
b33dbce025
|
Add `values` to `config` heading
|
2021-08-23 22:23:32 -04:00 |
rwxrob
|
8ee67139ff
|
Fix `config` title to `values`
|
2021-08-23 22:22:43 -04:00 |
rwxrob
|
3f003779db
|
Change `config` to `values` for a better name
|
2021-08-23 22:21:28 -04:00 |
rwxrob
|
390b9d1cb6
|
Give example of `config` usual location
|
2021-08-23 22:14:42 -04:00 |
rwxrob
|
119279f749
|
Add `config` support and cleanup `readme`
|
2021-08-23 22:10:27 -04:00 |
rwxrob
|
d022b32e71
|
Fix for `shellcheck` compliance
|
2021-08-18 20:54:40 -04:00 |
rwxrob
|
12ab9206e3
|
Move to `/bin/bash` and url update
|
2021-08-15 16:56:56 -04:00 |
rwxrob
|
fe973a967d
|
Fix bug with set -e and command_help
|
2021-08-10 21:59:02 -04:00 |
rwxrob
|
65cd8eb81c
|
Add `_jsonstr` helper for JSON one-line strings
|
2021-08-10 21:32:51 -04:00 |
rwxrob
|
55f60d849f
|
Improve guidelines
|
2021-08-10 19:37:51 -04:00 |
rwxrob
|
cede08c518
|
Fix spacing issues
|
2021-08-10 19:18:22 -04:00 |
rwxrob
|
0d90b0f45a
|
Add autogenerated footer and remove command hr
|
2021-08-10 19:15:33 -04:00 |
rwxrob
|
6a9a171430
|
Add url to bash template
|
2021-08-10 19:02:36 -04:00 |
rwxrob
|
fccefe4df2
|
Add better separators for cut and paste
|
2021-08-10 18:59:04 -04:00 |
rwxrob
|
4d5a3bc318
|
Fix link
|
2021-08-10 18:51:12 -04:00 |
rwxrob
|
10eb1f5640
|
Fix local link
|
2021-08-10 18:49:28 -04:00 |
rwxrob
|
8e5dd5ea73
|
Add README.md generation, closes #4
|
2021-08-10 18:47:07 -04:00 |
rwxrob
|
33df3371f9
|
Add title heading support to `help`
|
2021-08-10 14:18:33 -04:00 |
rwxrob
|
6f9e6000b5
|
Ignore commands with _ for help
|
2021-08-10 13:56:47 -04:00 |