-
v0.4.0 Stable
released this
2025-08-11 00:04:31 +00:00 | 109 commits to main since this releaseAdded
addandlistnow have a--no-headersflag which hides the table headers in the output.- The
projectscommand, which lists all projects in yourtodo.txt. - The
contextscommand, which lists all contexts in yourtodo.txt. - The
tagscommand, which lists all tags in yourtodo.txt.
Changed
- Output tables are now prettier
addnow adds the current date to new tasks if one isn't already provided.addnow also adds a short, randomidattribute to new tasks if one isn't already provided.donenow adds the current date to completed tasks.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.3.0 Stable
released this
2025-08-10 00:35:45 +00:00 | 127 commits to main since this releaseAdded
sayo addwill now prompt for input when run without an argument.sayo rmwill now prompt for tasks to remove when run without an argument.- The
archivecommand, which moves completed tasks todone.txt.
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
-
v0.2.0 Stable
released this
2025-08-08 21:33:28 +00:00 | 141 commits to main since this releaseAdded
- The
addcommand, to add a task - The
donecommand, to mark a task as done - The
editcommand, to open yourtodo.txtfile in your chosen$EDITOR - The
removecommand, 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--incompleteto only show unfinished tasks--completeto only show finished tasks
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- The
-
v0.1.0 Stable
released this
2025-08-08 05:13:56 +00:00 | 158 commits to main since this releaseAdded
- Basic task listing with
sayo ls
Downloads
-
Source code (ZIP)
0 downloads
-
Source code (TAR.GZ)
0 downloads
- Basic task listing with