diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-08-04 00:44:45 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-08-04 00:44:45 -0300 |
commit | 13c618f61e16ec47ff982be3a509a8918ec18887 (patch) | |
tree | 3b555e45568d3e45da838e42ae2dbdaee23057d5 | |
parent | 5cdf514d462b4802f214b512baa5fa8eeebd26cc (diff) | |
download | apps-13c618f61e16ec47ff982be3a509a8918ec18887.tar.gz apps-13c618f61e16ec47ff982be3a509a8918ec18887.tar.bz2 |
Updates TODO and adds ChangeLog
-rw-r--r-- | ChangeLog.md | 9 | ||||
-rw-r--r-- | TODO.md | 5 | ||||
m--------- | scripts | 0 |
3 files changed, 9 insertions, 5 deletions
diff --git a/ChangeLog.md b/ChangeLog.md new file mode 100644 index 0000000..d2ecb12 --- /dev/null +++ b/ChangeLog.md @@ -0,0 +1,9 @@ +# ChangeLog + +## 2024-08-04 - Usability + +* [x] Speed up the `status` command: + * [x] `status`: run `mrconfig-updater` less often (only if `~/.custom/mrconfig-automatic` is + older than an hour or so, or just at every `X` runs (like `git-config-save`)). + * [~] `todo`: run find less often by keeping a `~/.cache/todo` file with the list of TODO + files; no need since these `find` invocations are quick. @@ -2,11 +2,6 @@ ## Usability -* [ ] Speed up the `status` command: - * [ ] `status`: run `mrconfig-updater` less often (only if `~/.custom/mrconfig-automatic` is - older than an hour or so, or just at every `X` runs (like `git-config-save`)). - * [ ] `todo`: run find less often by keeping a `~/.cache/todo` file with the list of TODO - files. * [ ] Awesome widgets: * [ ] Displaying the current KVMX clipboard source. * [ ] To display and toggle the current USB status (`hydractl usb-{status,toggle}` commands). diff --git a/scripts b/scripts -Subproject 7a2e43e9da275f9ccddcb68cb1be203a8d19091 +Subproject fcc720ae85e710eb4aca4ff8bf48b597aa4ea5f |