SYNOPSIS
jp_add_todo [-n note | --note note] [ [-d date | --due date] | [-r days | --relative days] ] [-c category | --category category] [-p priority | --priority priority] descriptionOPTIONS
- [ -n note | --note note ]
- Set note field contents
- [ -c category | --category category ]
- Set the category (range 0-15, default 0, or String matching a current category)
- [ -p priority | --priority priority ]
- Range 1-5 (default 3)
- [ -d date | --due date ]
- Set the date, can be free-form text. Conflicts with --relative.
- [ -r days | --relative days ]
- Set the date by saying how many days into the future it should be. Conflicts with --due.
DESCRIPTION
Add todo to your jppy/jpilot todo databaseEXAMPLES
jp_add_todo -n "(probably chocolate)" -d 2007-02-15 "bake a cake"AUTHOR
Nick Piper ([email protected])