todotxt / todo.txt-cli

☑️ A simple and extensible shell script for managing your todo.txt file.
http://todotxt.org
GNU General Public License v3.0
5.55k stars 712 forks source link

Document adding a prioritized task #411

Open githorse opened 1 year ago

githorse commented 1 year ago

Do you want to request a feature or report a bug?

feature

What is the current behavior?

The documentation shows examples of +project and an @context at task creation, but adding a priority appears to require a separate step. It turns out that it works fine to prepend it to the task when you create it:

add "(B) THING I NEED TO DO +project @context"

But I don't see that written down anywhere. Could that be added to the README and help page?

inkarkat commented 1 year ago

Though it can be deducted from the "it's just a text file with some special syntax", it might be a good idea to showcase that in the recorded introduction screencast.

recorded introduction screencast