I have downloaded the todotxt-bundle-1.0.zip and I noticed taht it comes with a project.sh. I wonder if it's meant to replace the todo.sh or only supplement...
It's a supplement that allows you to organize todo items into projects. If you don't need to manage projects, you can use todo.sh without project.sh and just...
I've been trying to get this to work for a while, and can't find a viable way to print out my todos/projects to carry with me while away from my box. I know...
Hi all, I have a new todotxt implementation. Features: - pure ruby, so should work on windows without cygwin (I have only tested on linux ) - client-sever...
So I figured out how to print out my todos, finally. It requires scrapping todo.txt, and using only projects, which is fine by me, except I now do not know...
... This is the Kirbybase plain database text format which is incompatible with the standard todo.txt. Although, since they are both plain text it is quite...
... This is great! A nice thing to run as a job to automatically update a task list to an accessible page. Can this be added to the repository at google code?...
Thanks! :) The script currently can't parse these formats: proj desc context+ desc proj context+ desc context+ proj desc It could easily parse them if it...
... Actually there is a .todo file in the archive on the website. You should copy that to your home directory and edit it to suit your environment. My version...
Folks -- Greetings. I'm a big fan of the todotxt concept, especially as I'm wrestling with getting my multiple lists under control. I can't say I've really...
... 1. Yes. Numbers each line before the line. e.g. todo1 todo2 becomes 1 todo1 2 todo2 ... 2. Each ; indicates a new command. The first (N) skips a line so...
Hi Greg, ... I think Grham's point relates more the usage of the todotxt file format for other utils that have been created to display. I suppose that if...
Many thanks for that - exactly what I needed to see. My regexp skill is rudimentary at best, so thank you for helping take that apart. As a result, I've been...
... Good job porting to ruby, Mike. It is nice to see how much cleaner a shell script can be when it is ported to Ruby. A couple Ruby tips- 1) "then" keyword ...
Greg - Awesome stuff. It's been some time since I've coded, and I've done less with Ruby at that, so I appreciate very much your review. Comments inline. ...
... You should either 1) reconfig Postfix to put its temporary files in a different location; or 2) create the path it is lookin for and make sure that...
Hi, My palm is on its death throes and as I contemplate my next action on this, I realize that I am tired of depending on proprietary solutions such as the...
This thing where you are using a different format for the todo items is fascinating. And here is a suggestion. Build into the program an easy way to use...