aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog.md9
-rw-r--r--TODO.md5
m---------scripts0
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.
diff --git a/TODO.md b/TODO.md
index d180bf9..90f4b3d 100644
--- a/TODO.md
+++ b/TODO.md
@@ -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