All,
I've been using an action I call projectview to show all projects and the
related todo items. It includes the standard priority colour coding and sorting.
Its useful to look at my projects during my weekly review.
You can grab it from:
http://gist.github.com/133551
or when github speeds up again:
http://github.com/the1ts/todo.txt-plugins/tree/master
Example below:
===== Projects =====
--- Project1 ---
01 item 1 +Project1
--
TODO: 1 of 4 tasks shown from /home/user/.todo/todo.txt
--- Project2 ---
02 item 2 +Project2
04 item 4 +Project2
--
TODO: 1 of 4 tasks shown from /home/user/.todo/todo.txt
--- Not in projects ---
03 item3
--
TODO: 1 of 4 tasks shown from /home/user/.todo/todo.txt
Regards
Paul