Use ISO 8601 timestamp format.
IMO 2012-01-14T14:49 looks better than the messy -*-*-*- of 2012-01-14-14:49, and is more aligned with standards.
This commit is contained in:
@@ -92,7 +92,7 @@ TODO: Report file updated.
|
||||
>>> todo.sh report
|
||||
TODO: $HOME/todo.txt archived.
|
||||
TODO: Report file updated.
|
||||
2009-02-13-04:40:00 5 1
|
||||
2009-02-13T04:40:00 5 1
|
||||
|
||||
>>> todo.sh append g a
|
||||
usage: todo.sh append ITEM# "TEXT TO APPEND"
|
||||
@@ -171,12 +171,12 @@ TODO: 3 marked as done.
|
||||
x 2009-02-13 smell the coffee +wakeup
|
||||
TODO: $HOME/todo.txt archived.
|
||||
TODO: Report file updated.
|
||||
2009-02-13-04:40:00 5 2
|
||||
2009-02-13T04:40:00 5 2
|
||||
|
||||
>>> todo.sh report
|
||||
TODO: $HOME/todo.txt archived.
|
||||
TODO: Report file updated.
|
||||
2009-02-13-04:40:00 5 2
|
||||
2009-02-13T04:40:00 5 2
|
||||
|
||||
>>> todo.sh remdup
|
||||
Usage: todo.sh [-fhpantvV] [-d todo_config] action [task_number] [task_description]
|
||||
|
||||
Reference in New Issue
Block a user