-
-
Notifications
You must be signed in to change notification settings - Fork 6
Usage:add
Clément DOUIN edited this page Jan 21, 2021
·
1 revision
Add a new task:
unfog add DESC [-p|--project PROJECT] [-d|--due DATE]
- The description is a list of words
- The project can be a word
- The due date can be a date, following one of this format:
- A full ISO datetime string
YYYY-MM-DD HH:MM
- A ISO date string
YYYY-MM-DD
(the time will be set at00:00
) - A ISO time string
HH:MM
(the date will be set atnow
)
- A full ISO datetime string