• v0.2.0 4b2b582893

    v0.2.0 Stable

    rosa released this 2025-08-08 21:33:28 +00:00 | 141 commits to main since this release

    Added

    • The add command, to add a task
    • The done command, to mark a task as done
    • The edit command, to open your todo.txt file in your chosen $EDITOR
    • The remove command, to remove a task
    • Several filtering options to list:
      • --context (-c) to filter by context
      • --project (-p) to filter by project
      • --tag (-t) to filter by tag
      • --incomplete to only show unfinished tasks
      • --complete to only show finished tasks
    Downloads