Task 1.4.3 is released, and includes: - Added support for a shadow file that contains a plain text task report, with the "shadow.file" and "shadow.command"...
Hi Paul, I have upgraded my work and home machines to 1.4.3. Thanks. One question though. I can't seem to find the shadow.txt file. I'm not sure it's even...
... now. That's right - the task database has to be modified to trigger an update. I think I need to look into creating that initial version automatically, if...
... What if an "initial version" of the shadow files *exists*, but is out of sync with the (real) task DB? If the shadow file is "write only", then you may...
The shadow file is write only. Currentlu it is only written out when the task DB changes, which is already more frequently than necessary, so I won't be...
... the todotxt programs ... If I'm not mistaken there ought to be a more recent version. The link was posted on this mailing list. A testing version is fine...
I recently found todo.txt and have been quite pleased with how well I can manage my task list with it. I'm using version 1.8.1 from svn-trunk and noticed that...
Hi, So I am setting this up for the first time attempting to use Cygwin.(Note: I am also a new Cygwin/Unix user). I can see .todo if I am in Windows Explorer,...
Cygwin and Unix like operating systems will not show dot files (files beginnign with a . ) by default. You will have to specifically tell the shell to show...
I'm making extensive use of Task, however there is one thing I'd like to be able to do and I'm not sure if it's something I could find a kludgy solution for,...
On Thu, 5 Feb 2009 08:20:54 -0500 ... You could try adding "@hitlist" to any items you want blocked off. Then "todo ls @hitlist" to list just those items....
Thanks for the response, but I'm not using todotxt, but Task ( http://www.beckingham.net/task.html) <http://www.beckingham.net/task.html> Actually I think I've...
i'm doing something like this via a python script that I wrote (that is so ugly i am embaraased to share it...). but i think you could, via a tag called ...
Richard, I think this is doable using task 1.4.3, and I do something similar. First, add a tag to those special tasks: % task 12 +punchlist % task 23...
... Nope. That does exactly what I wanted. Great! I only made one small change and used 'ls' instead of 'list' for the command, but that's just my preference...
... <http://www.beckingham.net/task.html> Yeah I totally didn't pay attention to the mention of using task rather than todotxt. Next time I'll read the whole...
... The grep is not necessary. If the task is tagged, as shown above, then the command: % task long +punch Will do the filtering for you. Note this also...
... Task can do more than todo.sh, and despite recent inactivity, it is being actively developed. Send your feedback and ideas, and we can make it more...
Hi todo.txt'ers, First, my apologies for being woefully absent from the mailing list for a few years (!) now. Hard to believe, but I've been using todo.sh ...
I noticed one little bug with this new version, and I can't seem to find out what the issue is. I am unable to give it an alternative config file to use with...
When running todo report with your DONE_FILE being in a directory with a space in the path (ex: C:\My Documents), you will get an "ambiguous redirect" error....
On Wed, Feb 18, 2009 at 11:20 AM, Jason Helfman ... My apologies, I screwed up the -d parameter entirely in 2.0. I just posted a fix in 2.0.1, sorry about...
... I've updated my patch to todo.sh for 2.0.1 (attached). The patch does two things: - has todo.sh look for a Unixish ~/.todo.cfg if it can't find ~/todo.cfg ...
... Thanks for fixing that. I found the utility on lifehacker today and downloaded it from there, and had the -d problem; the link on lifehacker has the buggy...
Ed, love this patch, both parts of it. The non-Unixy config file change was a painful decision, I'd rather use a dot file but it was so confusing for so many...
Gina, Thanks for this...I use this daily. Saved me a few times. :) One feature which was kinda added a while back was the concept of a tickler file. This has...