I would like to directly add a todo with priority to my todo.txt, without having to use quotes. Is it possible to do do a: t a A homework Or is it required...
Hit return immediately after you enter 't a'. You will be presented with an 'Add' prompt where you can enter your item with priority without quotes. -- Donnie...
That did the trick. Thanks! :D. Now for a lazyman question; is it possible to leave out the requirement to type the brackets '(' ')' ? Meaning you type: t a...
I doubt the script has any way to know that you mean your unparenthesized 'A' to be a priority and not part of your todo item's lingo. -- Donnie Pennington ......
Found todotxt.com yesterday, and noticed that there is no DOS shell version. Lately I've found that keeping my todo list in a pure text file is the best...
May as well add it to the project. Are you re-implementing the entire program, or just creating command line completion for you shell? (It would be better to...
... Could not load one of the supported DNS libraries (dnspython or pydns). SRV records will not be queried and you may need to set custom hostname/port for...
... In the settings for todo.py, I noticed you can turn on a feature where it assume the first character, if a letter by itself, is a priority marker. So if...
Greg, Yeah, I wasn't clear about "why I am doing this." Mostly, I am doing this cause I want to do it. It has been a while since I wrote a script, and I was...
Mao Someone suggested using 4DOS or powershell in order to achieve completion in windows (without cgywin) I use the python version in a standard windows cmd...
Sean
schliden@...
Jul 6, 2007 1:49 am
1282
Sean, Thanks for the info. By portable, I assume you mean running from a memory stick. 4DOS is freely available but with limited support. Both 4NT and Take...
Dear todotxt folks A couple weeks ago I extolled the virtues of letting everyone compose their todo lists in whatever format they like. We programmers would...
Hi Ron, Very cool. I'll try to give it a try. I've had a heck of a time with the AIM bot...there's a point where I get "messeges too long" error...but that's...
My understanding of the architecture is that there is a standard parser and new parsers can be defined that will override or extend the standard parser. So as...
Good points. Yes, one approach would be to have everything in the program that is needed to parse any format. I don't volunteer for that job! If it stayed on a...
Hi, Has anyone encountered this kind of message from the AIM bot? "You missed 2 messages from mytodobot because they were too large." I'm using the Aim bot...
Hi... I had installed Cygwin and tried to execute the todo.sh scripy. But i could not do that... i am getting an error it says "cannot access todo.sh" no file...
Try typing ./todo.sh. If that works, you can add . to your path export PATH=$PATH:. OR Better alias t=/path/to/todo.sh -- Then you type t to execute the...
... where it assume the first character, if a letter by itself, is a priority marker. So if you wrote 'a do laundry' it would get priority. ... Thanks! That...
Has anyone suggested this before? If so, is the reason it hasn't been implemented because of worries about locking the TODO_FILE ? It seems like it would be...
My apologies, I completely forgot to do this -- I'll commit it to svn tonight, but for the moment here's an updated copy to todo.py that includes the...
For those who are interested, I just published a PowerShell version of todo.txt management scripts. I write about it here: http://www.bdewey.com/?p=188. ...
Attached is an update version of todo_cron.py which enables the missing support for warnings and repeats. It also checks for existing tasks in todo.txt to...
Sean
schliden@...
Jul 29, 2007 2:44 am
1299
can someone please forward me the version of todo.py that Alex had sent send in this email with support for start and due dates? I just joined this list and...