| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
This patch introduce a new attribute of a todo item, which is
"Notes", of type []string. The following enhancing patches will
contain the listing, removing and editing features.
|
| |
|
|
|
|
|
|
|
|
|
| |
`CompletedDate` will save a timestamp in ISO8601 format (Internet date/
time format to preserve timezone information)
Added a new `Complete` and `Uncomplete` method for todo_item.
Currently a todo has a boolean flag and the timestamp to indicate that
the item is completed. The boolean flag could be kept for backward
compatibility (reading the json into memory), but should be omitted for
files being written.
|
| |
|
|
|
|
|
| |
Now, todos have a priority flag. When listed, these todos will be
bolded and italic.
You can list todos by priority by running `todolist l p`.
|
| | |
|
| | |
|
| | |
|
| | |
|
| |
|