Search the web
Sign In
New User? Sign Up
todotxt · Todo.txt
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Show off your group to the world. Share a photo of your group with us.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1194 - 1225 of 2423   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1194
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...
gentoozen
Offline Send Email
Jun 4, 2007
9:53 am
1195
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...
Donnie Pennington
bellevuedonnie
Offline Send Email
Jun 4, 2007
2:27 pm
1196
Thanks for the info!...
gentoozen
Offline Send Email
Jun 4, 2007
5:51 pm
1197
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...
designlabel2004
Offline Send Email
Jun 5, 2007
11:03 pm
1198
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...
greg.webs
Offline Send Email
Jun 6, 2007
4:30 pm
1199
I wrote a Perl script to convert todo.txt to HTML. Example output is at http://nate.cc.ndsu.nodak.edu/todo/ You can grab it from ...
lexicalscope
Offline Send Email
Jun 6, 2007
7:08 pm
1200
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...
designlabel2004
Offline Send Email
Jun 6, 2007
7:59 pm
1201
Sounds delightful. I'd love to play around with it....
Michael Wilson
madwilliamflint
Offline Send Email
Jun 7, 2007
2:56 pm
1202
Hi Greg, Ruby sounds like a great match. Please provide details on how we can try it out. El...
elev007
Offline Send Email
Jun 7, 2007
6:19 pm
1203
... 1) install ruby (with rubygems) http://www.ruby-lang.org/en/downloads/ 2) install kirbybase gem install kirbybase 3) download files I just signed up at...
greg.webs
Offline Send Email
Jun 7, 2007
7:32 pm
1204
I'd be interested in this, but I'm off to bed.. I'll check it out tomorrow and give some feedback....
Akshay Joshi
axyjo
Offline Send Email
Jun 7, 2007
7:57 pm
1205
Hi Greg, Please send me a google account ID so that I can add you to the todotxt project. If you don't have a google mail account I can send you an...
Graham Davies
graviez
Offline Send Email
Jun 8, 2007
7:18 am
1208
... 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...
greg.webs
Offline Send Email
Jun 8, 2007
2:21 pm
1209
... 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?...
Kevin T. Neely
mercutio_23
Offline Send Email
Jun 8, 2007
4:54 pm
1210
I'm trying to run todo.sh on OS X. The problem is that on line 166 $TMP_FILE doesn't have a value, so I get No such file or directory...
mcturra2000
Offline Send Email
Jun 8, 2007
5:40 pm
1211
... OK, I'm a bit of a dummy - I had to set a lot of environment variables in my .profile. Would be nice if the script chose sane defaults, though....
mcturra2000
Offline Send Email
Jun 8, 2007
5:51 pm
1212
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...
Nathan Olson
lexicalscope
Offline Send Email
Jun 8, 2007
6:00 pm
1213
... 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...
Lorance Stinson
lorancestinson
Offline Send Email
Jun 8, 2007
6:14 pm
1214
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...
mtremouletuk
Offline Send Email
Jun 8, 2007
7:44 pm
1215
... 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...
pqkxpfx3gx@...
bryankam84
Offline Send Email
Jun 8, 2007
11:14 pm
1216
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...
elev007
Offline Send Email
Jun 9, 2007
12:20 am
1217
Hello, I'm trying to get postfix to send emails back to me using the instructions listed here: ...
dennisisbighead
Offline Send Email
Jun 9, 2007
4:31 am
1218
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...
mtremouletuk
Offline Send Email
Jun 9, 2007
7:48 am
1219
... 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.webs
Offline Send Email
Jun 9, 2007
2:20 pm
1220
... Code is now committed to the repository (thanks, Graham) I have already made some fundamental modifications, so please download files from ...
greg.webs
Offline Send Email
Jun 9, 2007
8:12 pm
1221
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. ...
Mike Tremoulet
mtremouletuk
Offline Send Email
Jun 9, 2007
10:03 pm
1222
... 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...
Kevin T. Neely
mercutio_23
Offline Send Email
Jun 10, 2007
2:28 am
1223
Hi Mike, ... Thanks for your work on this. There's room for your version and Greg's - keep going. Post up when you have version 1. El...
elev007
Offline Send Email
Jun 10, 2007
4:07 am
1224
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...
elev007
Offline Send Email
Jun 10, 2007
4:18 am
1225
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...
Ron Pero
ronpero
Offline Send Email
Jun 10, 2007
6:04 pm
Messages 1194 - 1225 of 2423   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help