Getting Things Done in IRB (A sort of TODO list thing)

G

Gregory Brown

Hi folks.

Just a little script to share with any folks who've read and follow
the Getting Things Done system. I must warn you, this is a grossly
simplified (or more positively, open ended) implementation of the
system.

I generally use my own lazy style of GTD where I keep most actions
unlabeled until I feel like they need to be. When I do label them, I
don't necessarily use the labels the book suggested, but rather just
assign arbitrary tags to them that are meaningful to me.

So the following bit of code allows me to manage a TODO list from any
of my irb sessions, and I just use pure ruby to do complex finds and
stuff when necessary.

It's definitely not a complete solution, but I figured it might spark
a few ideas,

Example and code: http://pastie.caboo.se/8281

I initialize a pstore db in my .irbrc to allow me global access.
 
M

Matt Todd

So your .irbc will include

GTD.init "~/.gtd"

(or whatever the location is) which is executed whenever IRB starts up?

Pretty nifty!

M.T.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,056
Latest member
GlycogenSupporthealth

Latest Threads

Top