• v0.4.0 6904e1970a

    v0.4.0 Stable

    rosa released this 2025-08-11 00:04:31 +00:00 | 109 commits to main since this release

    Added

    • add and list now have a --no-headers flag which hides the table headers in the output.
    • The projects command, which lists all projects in your todo.txt.
    • The contexts command, which lists all contexts in your todo.txt.
    • The tags command, which lists all tags in your todo.txt.

    Changed

    • Output tables are now prettier
    • add now adds the current date to new tasks if one isn't already provided.
    • add now also adds a short, random id attribute to new tasks if one isn't already provided.
    • done now adds the current date to completed tasks.
    Downloads
  • v0.3.0 4c099e9d19

    v0.3.0 Stable

    rosa released this 2025-08-10 00:35:45 +00:00 | 127 commits to main since this release

    Added

    • sayo add will now prompt for input when run without an argument.
    • sayo rm will now prompt for tasks to remove when run without an argument.
    • The archive command, which moves completed tasks to done.txt.
    Downloads
  • 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
  • v0.1.0 2dd7fd034c

    v0.1.0 Stable

    rosa released this 2025-08-08 05:13:56 +00:00 | 158 commits to main since this release

    Added

    • Basic task listing with sayo ls
    Downloads