aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSilvio Rhatto <rhatto@riseup.net>2024-07-14 09:05:41 -0300
committerSilvio Rhatto <rhatto@riseup.net>2024-07-14 09:05:41 -0300
commitd8561c45bdd7d9290d58a452116cf56745d4c840 (patch)
treec3312b594f7e6e375f6e3cc8496db29d1bfb72ef
parent603114d423365df8b27d45f34b4beff728acdf6e (diff)
downloadapps-d8561c45bdd7d9290d58a452116cf56745d4c840.tar.gz
apps-d8561c45bdd7d9290d58a452116cf56745d4c840.tar.bz2
Adds TODO
-rw-r--r--IDEAS.md8
-rw-r--r--TODO.md9
2 files changed, 9 insertions, 8 deletions
diff --git a/IDEAS.md b/IDEAS.md
index ad90790..7ebbad8 100644
--- 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
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.