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...
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, 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: ...
... 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...
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...
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...
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...
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' ...
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...
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...
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...
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...
... 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...
... 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...
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...
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?...
... 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...
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...
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...
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)'"...
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...
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...
... 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...
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...