Tofu 2.0 (Default branch) |
|
|
Tofu provides an easy and very lightweight way to
manage your todo list(s). It stores each of your
todo lists in a directory where tasks are
individually detailed as plain text files. Then
you can assign these tasks a level of priority and
some markers to retrieve and manipulate (list,
view, edit, delete, etc.) them easily.
License: MIT/X Consortium License
Changes:
New storage format: the content of the tasks is always edited/read as individual text files, but tofu now concatenates and keeps them in a single file. This allows significant disk space savings, especially if your tasks are specified in few lines. Some options have also been added or renamed in a less idle fashion.
|