This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Apr 16 19:44:07 -0700 2009 | |
| |
Insert @done.py | Thu Apr 16 19:41:06 -0700 2009 | |
| |
Insert @later.py | Thu Apr 16 19:41:06 -0700 2009 | |
| |
Insert @todo.py | Thu Apr 16 19:27:15 -0700 2009 | |
| |
Insert Date.py | Thu Apr 16 19:41:06 -0700 2009 | |
| |
README.markdown | Tue Mar 17 07:36:32 -0700 2009 | |
| |
Update @done List.py | Fri Apr 17 03:17:26 -0700 2009 | |
| |
Update @later List.py | Fri Apr 17 03:17:26 -0700 2009 | |
| |
Update @todo List.py | Fri Apr 17 03:17:26 -0700 2009 |
README.markdown
VoodooPad GTD
This is a collection of script plugins for VoodooPad that I use for my GTD workflow.
Install
- Copy scripts to
$HOME/Library/Application Support/VoodooPad/Script PlugIns/ - Restart VoodooPad
- Read "How to use"
How to use
- Take notes (in a somehow chaotic way).
- Whenever you find something to be done (i.e: a task) you just add "@todo:" (Control + T) or "@later:" (Control + L) in front of it.
- When you need a task list, hit Control + Shift + T and all "@todo:" tags in the current document are listed on a "@todo" page (with a link to the page where the task is)
- When you complete a task, replace the "@todo:" tag with a "@done:" tag. I use the "Insert Date" script (bound to Control + Shift J) to record the date.
- When you need to check what you've acomplished recently, hit Control + Shift + D, and a "@done" page is created with a list of "@done:" tasks.
- Spare time? Hit Control + Shift + L and you'll get a "@later" page with all your "@later" tasks.
TODO
- Build a "Check as Completed" script.







