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...
Show off your group to the world. Share a photo of your group with us.

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 774 - 803 of 2423   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
774
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...
Graham Davies
graviez
Offline Send Email
Nov 2, 2006
5:47 am
775
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...
Graham Davies
graviez
Offline Send Email
Nov 2, 2006
6:00 am
776
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:...
Graham Davies
graviez
Offline Send Email
Nov 2, 2006
9:31 am
777
... 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...
samwi5e
Offline Send Email
Nov 2, 2006
12:38 pm
778
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...
David Sugg
djsugg
Offline Send Email
Nov 2, 2006
2:02 pm
779
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@...
Send Email
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...
Graham Davies
graviez
Offline Send Email
Nov 2, 2006
6:58 pm
781
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...
Tjalve Aarflot
tjalve
Offline Send Email
Nov 2, 2006
7:39 pm
782
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@...
Send Email
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. ...
Graham Davies
graviez
Offline Send Email
Nov 3, 2006
4:44 am
784
Another evening of playing around --- here are some updates made to the svn repository. http://code.google.com/p/todo-py/ One feature adds done.sh...
Graham Davies
graviez
Offline Send Email
Nov 3, 2006
7:30 am
785
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...
Graham Davies
graviez
Offline Send Email
Nov 3, 2006
4:23 pm
786
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...
¨kªB¤Í
princepetieboy
Offline Send Email
Nov 4, 2006
2:04 pm
787
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@...
Send Email
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...
thedanald
Offline Send Email
Nov 7, 2006
1:49 am
789
Any pointers on getting python running under windows. TIA...
Sean
schliden@...
Send Email
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...
Graham Davies
graviez
Offline Send Email
Nov 7, 2006
5:37 am
791
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. ...
workflowservices
workflowserv...
Offline Send Email
Nov 8, 2006
6:51 am
792
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...
unrulygrrl
Offline Send Email
Nov 8, 2006
6:40 pm
793
FYI, I've added an issue up onto google code (#4) where lsp and lspri are returning a blank line. Thanks. Andrew...
workflowservices
workflowserv...
Offline Send Email
Nov 9, 2006
2:16 am
794
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...
Graham Davies
graviez
Offline Send Email
Nov 9, 2006
5:57 am
795
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...
Graham Davies
graviez
Offline Send Email
Nov 9, 2006
6:00 am
796
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...
jason.sprague
Offline Send Email
Nov 9, 2006
9:22 pm
797
... The '\' character is special in Unix. Either double them up or replace them with the '/' character. Making it either "C:\\cygwin\\home\\Jason" or...
Lorance Stinson
lorancestinson
Offline Send Email
Nov 9, 2006
9:47 pm
798
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...
Lorance Stinson
lorancestinson
Offline Send Email
Nov 9, 2006
10:55 pm
799
... 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...
jason.sprague
Offline Send Email
Nov 9, 2006
11:01 pm
800
... 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 Stinson
lorancestinson
Offline Send Email
Nov 9, 2006
11:17 pm
801
... 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...
jason.sprague
Offline Send Email
Nov 9, 2006
11:59 pm
802
... 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 Stinson
lorancestinson
Offline Send Email
Nov 10, 2006
12:17 am
803
... 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...
jason.sprague
Offline Send Email
Nov 10, 2006
12:29 am
Messages 774 - 803 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