I agree that python is much less cryptic and I'm just starting out playing with the code. To fix the issue you had just change these lines to include a space...
Shane, Excellent work. I'm loving todo.sh but I much prefer the python way of doing things. Is there any chance that you will be maintaining the todo.py...
I tinkered around with todo.py for a little this evening and made the following changes. If anyone is interested I can post the code somewhere. - New Feature:...
... One "UNIXy" way to do this is to not modify todo.sh at all. Instead, you would just pipe todo.sh's output to another program (script) that would reformat...
Graham - I would be interested in your new version of todo.py. I like working with the python version as it takes less overhead in the Windows world than...
Hi Graham, ... I would like to try your python version, because I am not only a todotxtr, but also a pythonista ;-) have fun! Karsten...
Karsten Schulz
kaschu@...
Nov 2, 2006 5:46 pm
780
Ok - so I created a project on code.google.com -- mostly to try out their system, but it might be useful for this. If you want svn commit access let me know...
Hi, how about setting up a Trac (http://trac.edgewall.org/ ) system at www.todotxt.com where all the different authours can submit their code and people can...
Hi Graham, ... great, thank you! And I just found a little typo in the source :-) Index: todo.py ... +++ todo.py (working copy) @@ -334,7 +334,7 @@ elif...
Schulz Karsten
kaschu@...
Nov 2, 2006 7:46 pm
783
Thanks Karsten, I made the change in the repository. Just add any other things you find to the issue list - or I can add you as a project member. ...
I think this is a great idea. I actually just setup a google code project site to make some changes to todo.py - but I can easily add the todo.sh and any...
If you have this problem in OS X fix your .bash_profile alias: alias t="todo.sh -d /Users/foo/.todo" Use double-quotes instead of single quotes for your alias...
Hi all, Hi Gina! There is an issue, when marking todos done with a priority. Please take a look at the "do" function. I marked the suspicious line no. 274,...
Karsten Schulz
kaschu@...
Nov 5, 2006 4:21 pm
788
OH MY GOD!!! You are a lifesaver... i spent the better part of the day trying to fix that problem by using mkpasswd and modifying permissions and shit, when...
Any pointers on getting python running under windows. TIA...
Sean
schliden@...
Nov 7, 2006 2:41 am
790
I very rarely use Windows these days. However, I tried it out for you and it seemed to work. I'm not sure how useful a Windows user will find todo.txt or...
I really miss the 'a' option for adding a task quickly so I added it to my local copy of todo.py. I believe it is something that others would like as well. ...
I have my todotxt shell script & bot on an off site VPS (Virtual Private Server) running Linux (ubuntu, if anyone cares). I wanted to make sure it was easily...
Hey Andrew - thanks for your interest. I added your 'a' shortcut to the current version. I am happy to do any of the three things you suggest... whatever...
Thanks for pointing this out - the fix is now in the latest svn version. If you checked out a working copy you should be able to do: svn update If not then...
Problem: After following the directions of how to install todo.sh (three times), I continue to get the error: "Fatal Error: Cannot read configuration file...
... The '\' character is special in Unix. Either double them up or replace them with the '/' character. Making it either "C:\\cygwin\\home\\Jason" or...
Changing the default file type to DOS can cause other problems. The DOS option on the install sets the line ending to DOS style CR-LF instead of the Unix LF...
... I tried this and it does not make a difference. I used both solutions. Same error message. I am on a Windows XP box with Cygwin. Does that make any...
... What is the exact alias you are using? If you edited a configuration file make sure you reload it. In bash aliases are normally stored in the .alias file...
... Lorance - It are problems like this that humble you as a computer professional. A guy with 10 years experience doing this stuff every day should not be...
... If C:\cygwin\home\Jason is a directory, it should be, the alias should be alias t='todo.sh -d C:\\cygwin\\home\\Jason\\.todo' since .todo would be a file...
... Lorance! You rock! Thanks a million! That was it! The darn double slash before the period. Looked at it 100 times but it did not click. Thanks so much...