2024-07-27 19:07:22 +00:00
|
|
|
# modo
|
2024-07-27 04:36:27 +00:00
|
|
|
|
|
|
|
A suite of tools for dealing with a directory of markdown files.
|
|
|
|
|
2024-07-27 05:13:10 +00:00
|
|
|
## Tasks
|
2024-07-27 04:36:27 +00:00
|
|
|
|
2024-07-29 19:17:16 +00:00
|
|
|
- TODO: improve inline help {pri:E}
|
2024-07-27 19:16:38 +00:00
|
|
|
- TODO: add config file {by:2024-09-01}
|
2024-07-27 05:13:10 +00:00
|
|
|
- [ ] make file types configurable
|
|
|
|
- [ ] look in local dir, then XDG_HOME
|
2024-07-29 19:17:16 +00:00
|
|
|
- TODO: multi-directory ls roll up counts to dir by default
|
|
|
|
- --depth/-d will unravel, -d-1 is current behavior
|
|
|
|
- TODO: add toggle for showing subtasks
|
2024-07-27 19:16:38 +00:00
|
|
|
- IDEA: modify files
|
|
|
|
- [ ] quick add
|
2024-07-29 19:17:16 +00:00
|
|
|
- [ ] recurring (would require this)
|
|
|
|
- [ ] track changes
|
2024-07-27 19:16:38 +00:00
|
|
|
- [ ] check box -> completion
|
|
|
|
- [ ] finish (assigned temp tags?)
|
|
|
|
- [ ] sort in file
|
|
|
|
maybe requires a special section like ## Tasks
|
2024-07-29 19:17:16 +00:00
|
|
|
- IDEA: check for malformed TODOs
|
|
|
|
|
|
|
|
- DONE: support checkboxes
|
|
|
|
- [x] scan lists
|
|
|
|
- [x] percent complete
|
2024-07-27 19:16:38 +00:00
|
|
|
- DONE: decide on more permanent name {by:2024-08-15}
|
2024-07-27 05:13:10 +00:00
|
|
|
- DONE: add color {by: 2024-07-26}
|
|
|
|
- DONE: support multi-tags {like:this} {by: 2024-07-26}
|
2024-07-29 19:17:16 +00:00
|
|
|
- DONE: more flags
|
|
|
|
- [x] filters
|
|
|
|
- [x] sorting
|
|
|
|
- [x] reverse sort
|