jp_add_todo(1)
NAME
jp_add_todo - Add todo to your jppy/jpilot todo database
SYNOPSIS
jp_add_todo [-n note | --note note] [ [-d date | --due date] | [-r days | --relative days] ] [-c category | --category category] [-p priority --priority priority] description
OPTIONS
- [ -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 database
EXAMPLES
jp_add_todo -n "(probably chocolate)" -d 2007-02-15 "bake a cake"
SEE ALSO
AUTHOR
- Nick Piper (nick-man@nickpiper.co.uk)