diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-07-09 08:02:28 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-07-09 08:02:28 -0300 |
commit | 0eda62af90e771b2f4700f5e2aef03c7aa5cda1f (patch) | |
tree | 0bdfa5f4e254a3d44d2c3fd93b3c78020e6e4e98 | |
parent | e40db8d779cd3fec03beabe6bf50870d1bb7d947 (diff) | |
download | apps-0eda62af90e771b2f4700f5e2aef03c7aa5cda1f.tar.gz apps-0eda62af90e771b2f4700f5e2aef03c7aa5cda1f.tar.bz2 |
Update IDEAS
-rw-r--r-- | IDEAS.md | 21 |
1 files changed, 17 insertions, 4 deletions
@@ -1,6 +1,19 @@ # Ideas -* add an `infectionfile` with additional commands to setup the environment? -* decomposer: dependency tracker to handle git submodule removal. -* lsd: option to manage modules from this repository using decomposer. -* create `firejail-{disable,restore}` scripts to easily disable/enable firejail. +## LSD/Infection + +* Add an `infectionfile` with additional commands to setup the environment? +* LSD: option to manage modules from this repository using decomposer. + +## Packaging and modularization + +* 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. |