modo - markdown todos
Go to file
2024-07-29 15:17:16 -04:00
src/modo don't replace . 2024-07-28 03:14:50 -04:00
tests pdm init 2024-07-26 22:32:52 -04:00
.gitignore pdm init 2024-07-26 22:32:52 -04:00
pdm.lock maddog 0.0.1 2024-07-27 00:06:23 -04:00
pyproject.toml rename 2024-07-27 15:07:22 -04:00
README.md more planning 2024-07-29 15:17:16 -04:00

modo

A suite of tools for dealing with a directory of markdown files.

Tasks

  • TODO: improve inline help {pri:E}

  • TODO: add config file {by:2024-09-01}

    • make file types configurable
    • look in local dir, then XDG_HOME
  • 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

  • IDEA: modify files

    • quick add
    • recurring (would require this)
    • track changes
    • check box -> completion
    • finish (assigned temp tags?)
    • sort in file maybe requires a special section like ## Tasks
  • IDEA: check for malformed TODOs

  • DONE: support checkboxes

    • scan lists
    • percent complete
  • DONE: decide on more permanent name {by:2024-08-15}

  • DONE: add color {by: 2024-07-26}

  • DONE: support multi-tags {like:this} {by: 2024-07-26}

  • DONE: more flags

    • filters
    • sorting
    • reverse sort