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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 2311 - 2340 of 2423   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2311
Find below a version of Gina Trapani's TODO.SH AIM Bot that works with a Jabber IM server (specifically tested against openfire). Requires Net::Jabber instead...
linuxonly@...
linuxonly...
Offline Send Email
Jun 8, 2009
12:04 pm
2312
For the past few weeks, we have been busy migrating task to our new site. Please join us at: http://taskwarrior.org There you will find online forums, a great...
Paul Beckingham
p.beckingham
Offline Send Email
Jun 9, 2009
12:14 am
2313
I've spent a few hours with no luck trying to get todo.sh to work now I've screwed up cygwin on top of that. I would greatly appreciate any help figuring out...
x0fx3@...
x0fx3@att.net
Offline Send Email
Jun 11, 2009
9:05 pm
2314
The alias command has to be placed in your ~/.bash_profile file. That file is possibly also the source of the "command not found" error. The "is not a...
Dave Hein
thinkcritica...
Offline Send Email
Jun 12, 2009
5:12 am
2315
Thank you Dave, This helps explain some things and raises more questions. Do I have to mount the drive in order to call files from it? I tried to mount the c:...
Jon Macklin
x0fx3@att.net
Offline Send Email
Jun 12, 2009
6:06 pm
2316
You shouldn't have to mount the drive. Cygwin should have all the Windows drives on the system available in the path /cygdrive/ ... for example /cygdrive/c,...
Dave Hein
thinkcritica...
Offline Send Email
Jun 12, 2009
11:06 pm
2317
Nothing I put into the TODO_DIR path of the todo.cfg seems to be correct. I tried moving the file from /home/x0fx3 to /home that doesn't help. I've tried using...
Jon Macklin
x0fx3@att.net
Offline Send Email
Jun 13, 2009
12:31 am
2318
This seems like one of those situations where you need to get someone else sitting at your computer with you, a fresh set of eyes. It is probably something...
Dave Hein
thinkcritica...
Offline Send Email
Jun 13, 2009
1:51 pm
2319
I get this error: ./todo.sh: 207: Syntax error: "(" unexpected (expecting ";;") ./todo.sh -h works okay. An clues...
norm.abookire
Offline Send Email
Jun 13, 2009
11:18 pm
2320
What was the todo.sh command you were using when you get the error? What option flags? Which version of todo.sh is this? Are you using the latest stable...
Dave Hein
thinkcritica...
Offline Send Email
Jun 14, 2009
2:37 pm
2321
If I understand you correctly you want me to put into the todo.cfg file where is says # Your todo.txt directory export TODO_DIR="put path here" with...
Jon Macklin
x0fx3@att.net
Offline Send Email
Jun 15, 2009
5:22 am
2322
What happens if you enter the command: ls -a /home/x0fx3/todo/data ?? What does the error message say before "is not a directory"? If you search todo.sh for...
Dave Hein
thinkcritica...
Offline Send Email
Jun 16, 2009
9:53 am
2323
All the evidence is suggesting a need for an installation script. Such a script would probably reduce installation problems to only the very few really...
Paul Beckingham
p.beckingham
Offline Send Email
Jun 16, 2009
1:21 pm
2324
ls -a gives /home/x0fx3/: . .. .bash_history .bash_profile .bashrc .inputrc todo todo/data: . .. todo.txt [ -d "$TODO_DIR" ] || die "Fatal Error:...
Jon Macklin
x0fx3@att.net
Offline Send Email
Jun 16, 2009
4:42 pm
2325
It's difficult debugging this via e-mail. :-( I'd carefully look at your todo/todo.cfg file to make sure the directory is correctly specified (no spaces, no...
Dave Hein
thinkcritica...
Offline Send Email
Jun 17, 2009
1:41 am
2326
Yeah, but install scripts have their own complexities, and you have to worry about not destroying any data or addons or customizations in place from previous...
Dave Hein
thinkcritica...
Offline Send Email
Jun 17, 2009
2:11 am
2327
Is there a way to chmod everything at once? All files and folders? ________________________________ From: Dave Hein <thinkcriticallyandbefree@...> To:...
Jon Macklin
x0fx3@att.net
Offline Send Email
Jun 17, 2009
3:05 am
2328
man chmod Be careful. -- Dave Hein ... ________________________________ From: Dave Hein <thinkcriticallyandb efree@yahoo. com> ... ...
Dave Hein
thinkcritica...
Offline Send Email
Jun 17, 2009
10:30 am
2329
Hi all, I wanted to make todo.sh a little more colorful, hilighting contexts, projects and dates, so I made a TODOTXT_FINAL_FILTER that does this. Right now...
Mark Harrison
mivok0
Offline Send Email
Jun 21, 2009
3:27 am
2330
... That's nice - thanks for sharing! While I got an error "awk: not an option: --posix" (on Ubuntu Intrepid), removing that argument seemed to do the trick. ...
Frederik Dohr
ace_noone
Offline Send Email
Jun 21, 2009
9:36 am
2331
Hi Frederik, Thank you for your feedback. While I got an error "awk: not an option: --posix" (on Ubuntu Intrepid), ... The --posix option is only required if...
Mark Harrison
mivok0
Offline Send Email
Jun 21, 2009
5:35 pm
2332
... Thanks, that works nicely on my machine now. (Not sure about options to solve the compatibility issue, I'm afraid.) ... I'd very much welcome that - also...
Frederik Dohr
ace_noone
Offline Send Email
Jun 21, 2009
6:53 pm
2333
All, I've been using an action I call projectview to show all projects and the related todo items. It includes the standard priority colour coding and sorting....
paulbm1971
Offline Send Email
Jun 21, 2009
7:29 pm
2334
... I moved the options to a variable for now, and it can just be commented out where it doesn't work. ... Ah, I didn't realize it was you who first suggested...
Mark Harrison
mivok0
Offline Send Email
Jun 21, 2009
7:32 pm
2335
I'm not sure if you downloaded the right version or not, but I realized that the colorFilter script failed when you use -p (turn off colors). The latest ...
Mark Harrison
mivok0
Offline Send Email
Jun 23, 2009
6:54 pm
2336
I'm having trouble with TODOTXT_FINAL_FILTER. Do I have to modify it within the config file or do I just add it into my command. For instance, I tried $...
buckbrody
Offline Send Email
Jun 23, 2009
8:31 pm
2337
It's an environment variable. You could try doing: TODOTXT_FINAL_FILTER="sed s/Due.*$//d" ./todo.sh list but I'm not sure if you would need to do 'export'...
Mark Harrison
mivok0
Offline Send Email
Jun 23, 2009
8:51 pm
2338
One more thing. If you define TODOTXT_FINAL_FILTER in the config file, it will override anything you put on the command line, so comment it out in the config...
Mark Harrison
mivok0
Offline Send Email
Jun 23, 2009
8:53 pm
2339
That worked. Thanks...
Buck Brody
buckbrody
Offline Send Email
Jun 23, 2009
9:03 pm
2340
This is really cool Paul, thanks. I had to change$ TODOTXT_TODO_FILE to just $TODO_FILE to get it to work, but the output is really great motivation to get my...
Gina Trapani
gina.trapani
Offline Send Email
Jun 24, 2009
2:53 am
Messages 2311 - 2340 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