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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 2351 - 2380 of 2423   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2351
every morning I find that my aliases, including the all important "t=todo.sh ......" has disappeared. I recreate it. It works fine all day and then is gone...
buckbrody
Offline Send Email
Jul 1, 2009
3:57 pm
2352
Simply running the alias command on the command line only results in a temporary alias being set up, that will disappear the moment you close the terminal...
Mark Harrison
mivok0
Offline Send Email
Jul 1, 2009
4:44 pm
2353
Thanks...
Buck Brody
buckbrody
Offline Send Email
Jul 1, 2009
4:51 pm
2354
Mark, I am running in cygwin and modified .bash_profile to include alias t='./todo.sh -d /cygdrive/c/cygwinfolder/todo.cfg' and I am now getting this message: ...
Buck Brody
buckbrody
Offline Send Email
Jul 1, 2009
7:22 pm
2355
... If I understand your setup correctly, you need to change the above alias command to be, alias t='~/todo.sh -d /cygdrive/c/cygwinfolder/todo.cfg' (Notice...
David A. Harding
daveharding25
Offline Send Email
Jul 1, 2009
8:12 pm
2356
Hello everyone. I just installed the iphone web app on my debain server and i have edited the config.php file correctly. I set a username and password and all...
reeseslover531
Offline Send Email
Jul 1, 2009
10:46 pm
2357
Hi Joie, What's in your apache & php error logs? (On debian, apache's is in /var/log/apache2/error.log, php...depends.) Jon...
Jon Smajda
jonsmajda
Offline Send Email
Jul 1, 2009
11:21 pm
2358
Sorry I fixed it, to signin you HAVE to select remember me or it doesn't work, that was the fix....
reeseslover531
Offline Send Email
Jul 3, 2009
2:37 pm
2359
so I am trying to use the color highlighting filter, and I also want yo use futureTasks, but the issue is both attach to the TODO_FINAL_FILTER variable, how do...
reeseslover531
Offline Send Email
Jul 3, 2009
2:38 pm
2360
That's weird - that doesn't happen for me (OS X 10.5). I'd still be interested in seeing your error logs to see if there's a problem I need to fix that causes...
Jon Smajda
jonsmajda
Offline Send Email
Jul 3, 2009
3:40 pm
2361
Just pipe one into the other. For example, here's how I do it: export TODOTXT_FINAL_FILTER='~/.todo.actions.d/futureTasks.py | ~/.todo.actions.d/colorFilter' ...
Jon Smajda
jonsmajda
Offline Send Email
Jul 3, 2009
3:43 pm
2362
I'd like to announce the availability of Punch Time Tracking – an add-on to todo.txt and the CLI. Punch Time Tracking works with your todo.txt file and CLI...
keith_lawless
Offline Send Email
Jul 6, 2009
12:36 am
2363
This looks good. I did have a couple of issues trying to get it to work however due to my having a slightly different setup than you have. The script doesn't...
Mark Harrison
mivok0
Offline Send Email
Jul 6, 2009
2:41 pm
2364
Here is the setup After I installed cygwin the default home directory is c:\documents and settings\username so I put todo.cfg todo.sh in that directory. My...
amsgwp312
Offline Send Email
Jul 8, 2009
9:26 pm
2365
So....how would I use this in a script? I finally got the python version of futureTasks working, but when I try to save the attached awk script as a file, and...
gtdwannabe
Offline Send Email
Jul 8, 2009
11:30 pm
2366
... I haven't been able to get awk to use a #! line correctly, so I just call it like "gawk --re-interval -f $HOME/.todo.actions.d/datefilter.awk" Ed...
Ed Blackman
edgewood73
Offline Send Email
Jul 9, 2009
2:03 am
2367
This is the line you probably want: #!/usr/bin/gawk --re-interval -f...
Mark Harrison
mivok0
Offline Send Email
Jul 9, 2009
4:55 pm
2368
... This is drifting off topic, and I'm OK with the invocation I use now, but that doesn't work: $ head -1 ~/.todo.actions.d/datefilter.awk #!/usr/bin/gawk...
Ed Blackman
edgewood73
Offline Send Email
Jul 9, 2009
8:08 pm
2369
My apologies. I tested with just -f and no --re-interval. It appears #! lines can only take one argument after the program name. Everything afterward is...
Mark Harrison
mivok0
Offline Send Email
Jul 9, 2009
9:07 pm
2370
I don't like how it reorganizes my todo list into alphabetical order. Is it possible to make it only display the entire list in the order of the line numbers?...
amsgwp312
Offline Send Email
Jul 10, 2009
2:08 pm
2371
... I use the attached script in my final filter to sort my done/removed items first, followed by unprioritized items in numerical order, followed by...
Ed Blackman
edgewood73
Offline Send Email
Jul 10, 2009
6:24 pm
2372
After lots of development and three beta releases, Task 1.8.0 is released! Download task from: http://taskwarrior.org/projects/show/taskwarrior We have been...
Paul Beckingham
p.beckingham
Offline Send Email
Jul 21, 2009
11:19 pm
2373
When I am at the office, I usually want to see items not only with context @office, but also @phone, @computer. I do not, however, want to see @home or...
buckbrody
Offline Send Email
Jul 22, 2009
2:50 am
2374
... Yes! The power of the command line!...
5s3kjpn001@...
skeptic4hire
Offline Send Email
Jul 22, 2009
5:18 am
2375
You could set TODOTXT_FINAL_FILTER to a grep command. The following can be set on your office computer: TODOTXT_FINAL_FILTER="egrep '@(office|phone|computer)'"...
Mark Harrison
mivok0
Offline Send Email
Jul 22, 2009
12:57 pm
2376
Thanks for the responses. Both do exactly what I am looking for. Now, what if I want to sort the output context or project?...
Buck Brody
buckbrody
Offline Send Email
Jul 22, 2009
1:20 pm
2377
Well, you already have two ways to do this but I thought I'd chime in with a 3rd that has a little twist. Excluding multiple projects is actually right within...
Jon Smajda
jonsmajda
Offline Send Email
Jul 22, 2009
7:08 pm
2378
There is a project view extension available that can group tasks by projects, I'm not sure if there is something similar for contexts. I can't find a link to...
Mark Harrison
mivok0
Offline Send Email
Jul 24, 2009
2:40 pm
2379
... There is a UNIX command called "sort". If you type ... it will divide the output of the todo command into fields separated by the @ character, and will...
5s3kjpn001@...
skeptic4hire
Offline Send Email
Jul 24, 2009
5:22 pm
2380
I have been developing a website features syncing Todo.txt across multiple platforms to maximize the portability of Todo.txt. The genesis of the idea is to...
noahhendrix
Offline Send Email
Jul 25, 2009
7:30 am
Messages 2351 - 2380 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