diff options
-rw-r--r-- | IDEAS.md | 8 | ||||
-rw-r--r-- | TODO.md | 9 |
2 files changed, 9 insertions, 8 deletions
@@ -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. @@ -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. |