02fcdf794b
pass $mode to reload, find real path even when sourcing
2024-10-10 10:20:47 +03:00
245dc99887
state man. API && modularisation
...
- adds functions
- util_create_state
- util_read_state
- util_write_state
- util_delete_state
for state management API. see docs/about_states.md for details.
- moves functions from _reve.sh to _reve_utils.sh to prevent circular
imports.
2024-10-09 20:01:30 +03:00
c356b1765b
simplified and refactored chore/single chore workflow
2024-10-02 17:14:59 +03:00
b85c9d4df2
lost real diff because of autoformatter
2024-09-23 17:09:57 +03:00
cb1b26770a
config subcommand impl.
...
+ _reve/util_read_config {config_key}
+ _reve/util_write_config {config_key} {value}
+ _reve/util_delete_config {config_key}
+ let shellcheck know what we're sourcing
2024-08-26 22:16:37 +03:00
f34494b5ea
numerous changes
...
+ fish & bash completions
+ -w/--where option
M moved util_readf to _reve.sh
M linter-detected warnings fixed
M less variable clutter
2024-08-25 00:50:57 +03:00