descriptionA commandline GTD system
homepage URLhttp://www.theoldmonk.net/gtdo/
ownergera@theoldmonk.net
last changeSun, 3 Feb 2008 05:48:56 +0000 (3 11:18 +0530)
content tags
add:
readme

gtdo

Perl reimplementation of todo.py which was obtained from somewhere on www.todotxt.com

Additional features include task heirarchies and displaying only the next step for each task group (project).

example usage :

$ t add /gnucash @online install gnucash
$ t add /frames @errands buy wood
$ t add /email @online set up spamassassin
$ t add /gnucash @online add portfolio to gnucash

# only the immediate next task is displayed when you 'ls'
$ t ls
1 : /gnucash @online install gnucash
2 : /frames @errands buy wood
3 : /email @online set up spamassassin

$ t ls @online
1 : /gnucash @online install gnucash
3 : /email @online set up spamassassin

# except when you specifically ask for a group
$ t ls /gnucash
1 : /gnucash @online install gnucash
4 : /gnucash @online add portfolio to gnucash

# well, we need to fix F::Q::IndiaMutual before we add our portfolio
# we'll try adding that as the second step in the /gnucash group
$ t add /gnucash.2 fix F::Q::IndiaMutual

$ t ls /gnucash
1 : /gnucash @online install gnucash
4 : /gnucash fix F::Q::IndiaMutual
5 : /gnucash @online add portfolio to gnucash
shortlog
2008-02-03 Devendra Geraadded Changelog.master
2008-02-01 Devendra Geraadded a '-i' interactivity flag to 'do'.
2008-01-31 Devendra Geraadded ReadLine support for changing tasks.
2008-01-31 Devendra Gerachanged 'change' to prompt before changing anything...
2008-01-31 Devendra Geramade 'ls' the default command.
2008-01-31 Devendra Gerachanged 'lsall' to print *all* the tasks if called...
2008-01-28 Devendra Geraadded a 'change' command to modify task text.gtdo-1.0
2008-01-28 Devendra Geraadded a 'del' command.
2008-01-28 Devendra Gerachanged the semantics to 'lsall' to display one task...
2008-01-28 Devendra Gerachanged 'lsall' to report task numbers as well.
2008-01-28 Devendra Geraadded completion for 'lsall'.
2008-01-28 Devendra Geraadded 'lsall' command for listing tasks ignoring the...
2008-01-28 Devendra Gerachanged 'ls' to display first task in the group globall...
2008-01-28 Devendra Geraupdated README with example usage.
2008-01-28 Devendra Geraadded 'groups' command to the bash-completion script.
2008-01-28 Devendra Gerafixed 'add' warning for tasks without a group.
...
tags
16 years ago gtdo-1.0 gtdo 1.0 release.
heads
16 years ago master