Made example todo.txt contents more readable
@@ -35,24 +35,24 @@ h2. Incomplete Tasks: 3 Format Rules
|
|||||||
The beauty of todo.txt is that it's completely unstructured; the fields you can attach to each task are only limited by your imagination. To get started, use special notation to indicate task context (like @phone), project (like +GarageSale) and priority (like (A)). So, a todo.txt file might look like this:
|
The beauty of todo.txt is that it's completely unstructured; the fields you can attach to each task are only limited by your imagination. To get started, use special notation to indicate task context (like @phone), project (like +GarageSale) and priority (like (A)). So, a todo.txt file might look like this:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
(A) @phone thank Mom for the meatballs
|
(A) Thank Mom for the meatballs @phone
|
||||||
(B) +GarageSale @phone schedule Goodwill pickup
|
(B) Schedule Goodwill pickup +GarageSale @phone
|
||||||
+GarageSale @home post signs around the neighborhood
|
Post signs around the neighborhood +GarageSale
|
||||||
@shopping Eskimo pies
|
@GroceryStore Eskimo pies
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
A script that perhaps slices out the @@phone@ contextual items and emails them to your mobile phone, for instance, would just output:
|
A script that perhaps slices out the @@phone@ contextual items and emails them to your mobile phone, for instance, would just output:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
(A) @phone thank Mom for the meatballs
|
(A) Thank Mom for the meatballs @phone
|
||||||
(B) +GarageSale @phone schedule Goodwill pickup
|
(B) Schedule Goodwill pickup +GarageSale @phone
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
A call to @todo.sh@ to just see the garage sale project items would return:
|
A call to @todo.sh@ to just see the garage sale project items would return:
|
||||||
|
|
||||||
<pre>
|
<pre>
|
||||||
(B) +GarageSale @phone schedule Goodwill pickup
|
(B) Schedule Goodwill pickup +GarageSale @phone
|
||||||
+GarageSale @home post signs around the neighborhood
|
Post signs around the neighborhood +GarageSale
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user