GTD with hiveminder

12 views
Skip to first unread message

Xavier Maillard

unread,
Dec 15, 2008, 5:37:16 PM12/15/08
to hivemind...@googlegroups.com
Hi,

this is my first post here. I am a GTD user and I 'd like to ear how
you, GTD users, are doing GTD inside hiveminder. What are the tips and
tricks you use. How do you manage projects, next actions, ...

Thank you

Xavier

Jesse Vincent

unread,
Dec 23, 2008, 12:20:43 PM12/23/08
to hivemind...@googlegroups.com


Obviously, daily task reviews are key. I use @project tags for
projects. For next actions, I use but-first and and-then as long chains
of tasks instead of using next actions.

I usually keep a copy of todo.pl running in a loop, so I can braindump
and save as I work. To do that, I use this shell script:

#!/bin/sh
CMD='--tag action';
if [ "x$1" != "x" ]; then
CMD="$@"
fi

~/bin/todo.pl $CMD download ; vim tasks.txt ; todo.pl upload tasks.txt
exec $0 $@


Reply all
Reply to author
Forward
0 new messages