86277ec66d
First commit
U-STARBUCK\gina
2009-03-08 14:44:29 -07:00
7b2c9f080a
Merged In Gina's Latest
David A. Harding
2009-03-08 12:08:04 -04:00
98646a575a
Exit If .todo.actions.d Script Is Run . Suggested by Philippe Teuwen, this patch undoes a lot of the unnecessary formating changes in my previous patch.
David A. Harding
2009-03-08 11:46:26 -04:00
e6649e6293
Removed Extended Regexes from Hiding Code . Dave Hein noticed the extended regular expressions (regex) in the original patch don't work by default on Mac OS X (FreeBSD sed). Now using his suggested regex format: [[:space:]]@[^[:space:]]\{1,\} . Also changed: I misapplied part of the patch originally. That's now fixed. I expanded part of the regular expression in the list sub-expression so that I could change part of the coloring code.
David A. Harding
2009-03-08 11:25:12 -04:00
f8cc2139cd
Made CSS and JS calls absolute instead of relative.
ginatrapani
2009-03-07 23:11:16 -07:00
95fd1aa1ef
Initial switch to todotxt.com front page
ginatrapani
2009-03-07 23:09:28 -07:00
eb61752708
Merge branch 'gh-pages' of git://github.com/ginatrapani/todo.txt-cli
U-STARBUCK\gina
2009-03-07 21:51:54 -08:00
5683490c0e
Export variables so that they can be easily used in actions
Ed Blackman
2009-03-07 10:35:08 +08:00
20e6892775
Run .todo.actions.d Before Builtins . Let users override default commands by creating a script in ~/.todo.actions.d/ with the same name as a default command. Idea by Don Harper and David A. Harding; patch by Harding. . The patch adds the following logic and increases the indent level for the case statement: . +if [ -d "$HOME/.todo.actions.d" -a -x "$HOME/.todo.actions.d/$action" ] +then + CFG_FILE="$CFG_FILE" "$HOME/.todo.actions.d/$action" "$@" +else + case $action in
David A. Harding
2009-03-07 16:15:15 -05:00
fd9b002ce1
Hiding Priority, Context, and Project . Adds three new switches that hide priorty, context, and project text in list output. . Changes proposed by Dave Hein. Original patch by Dave Hein. Revised patch by David A. Harding. Thread starts at http://tech.groups.yahoo.com/group/todotxt/message/1848
David A. Harding
2009-03-07 13:05:40 -05:00
7736e6b4fa
Added a note to the README to point to Gina's branch.
atduskgreg
2009-03-07 03:02:31 +08:00
586abe8282
Cleaning indentation and mix of tabs/spaces, nothing else I swear ;-)
Philippe Teuwen
2009-03-07 04:16:13 +08:00