You can set a priority default in the configuration file. I would like it to be easily added when creating a new task.
Current steps to add a priority to a task.
Adding a prioritized task currently requires two steps:
todo.sh add "task"
todo.sh pri TASK_NUMBER PRIORITY
This interrupts the quick task capture workflow that todo.txt promotes.
Proposed Solution
Add an addp command: todo.sh addp PRIORITY "TASK"
Examples:
todo.sh addp A "Important meeting" # Creates: (A) Important meeting
todo.sh addp C "Learn to juggle sharp objects" # Creates: (C) Learn to juggle sharp objects