]> gitweb.fluxo.info Git - rhatto/apps.git/commitdiff
Adds TODO
authorSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Jul 2024 12:05:41 +0000 (09:05 -0300)
committerSilvio Rhatto <rhatto@riseup.net>
Sun, 14 Jul 2024 12:05:41 +0000 (09:05 -0300)
IDEAS.md
TODO.md [new file with mode: 0644]

index ad9079033673f8563b7116d328b381b5e117b8e3..7ebbad80fc8c8729c4997fdb3fca6bfac14c340c 100644 (file)
--- a/IDEAS.md
+++ b/IDEAS.md
@@ -9,11 +9,3 @@
 
 * Decomposer: dependency tracker to handle git submodule removal.
 * Create `firejail-{disable,restore}` scripts to easily disable/enable firejail.
-
-## 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.
diff --git a/TODO.md b/TODO.md
new file mode 100644 (file)
index 0000000..0c96361
--- /dev/null
+++ b/TODO.md
@@ -0,0 +1,9 @@
+# TODO
+
+## 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.