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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1091 - 1120 of 2423   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1091
Here is my quick hack to be able to specify up to 3 items marked has done with a single command: t do #1 #2 I there is interest in such a feature, I could try...
Lorenzo
lolitodubateau
Offline Send Email
Feb 2, 2007
11:20 pm
1092
I'm trying to get started and need to edit the .todo file, but I can't find it in the downloads. (I know how to see hidden files). Is it available someplace? ...
Roy Edwards
roylowrance
Offline Send Email
Feb 3, 2007
2:23 am
1093
... This is interesting. Another feature that might be useful is the ability to add multiple items at once. Perhaps in reference to a text file (new todo...
ktneely@...
mercutio_23
Offline Send Email
Feb 3, 2007
5:34 pm
1094
... If you cannot find it in the package you downloaded, you should be able to locate it in the repository on google code: ...
ktneely@...
mercutio_23
Offline Send Email
Feb 3, 2007
5:54 pm
1095
Thanks. The direct download had the file but as nearly as I can tell, the bundle from Google doesn't contain the .todo file. (Maybe I don't know where to look....
drummer
roylowrance
Offline Send Email
Feb 3, 2007
9:23 pm
1096
I like this idea, and was going to ask for it, when I saw this. It seems you know what you're doing, but, since I don't, do you mind expanding on what I need...
designlabel2004
Offline Send Email
Feb 7, 2007
3:37 am
1097
I'm not sure if I missed this. But I'm wondering what is the BEST way to do this? It seems I have a separated todo & remind functions, and I'd like to...
designlabel2004
Offline Send Email
Feb 7, 2007
3:52 am
1098
I only did changes in two places: the documentation and the actual processing of the do command (I also added "done" as an option because it is more meaningful...
Lorenzo
lolitodubateau
Offline Send Email
Feb 7, 2007
7:46 am
1099
THANK YOU LORENZO! Love it! It was a cinch to setup(1 min, literally) and it works flawlessly. I've tested it out, using 'done', which I agree is way more...
designlabel2004
Offline Send Email
Feb 7, 2007
3:21 pm
1100
The .todo file is an invisible file. If you're using a Mac you won't be able to see it unless you turn allow the finder to display these file types. You can do...
Dara Pressley
dara_ayanna
Offline Send Email
Feb 7, 2007
3:51 pm
1101
Hey. just picked up lifehacker last week, and am new to command line stuff. i have tried to install todo.txt on my mac and windows machine and get the same...
hyp0static
Offline Send Email
Feb 7, 2007
5:59 pm
1102
Hi, Make sure that the file exists in the directory you're in. Use 'ls' to list the files in the directory and 'cd' to change directories. D...
Damian Glenny
damian_glenny
Offline Send Email
Feb 7, 2007
6:30 pm
1103
... If you change this line to just 'for item', eliminating the 'in $2 $3 $4', and add a shift statement above it the restriction on the number of items that...
Lorance Stinson
lorancestinson
Offline Send Email
Feb 7, 2007
9:27 pm
1104
Thanks Lorance, 1) You are totally right. Since I did not really look at the code carefully, I was afraid to do a shift that could have impacted thing later. ...
Lorenzo
lolitodubateau
Offline Send Email
Feb 10, 2007
12:40 am
1105
Is there a place to find out what the format of the file todo.txt is?...
Roy Edwards
roylowrance
Offline Send Email
Feb 10, 2007
2:48 am
1106
2. I think Gina can submit changes to the google code repo. Otherwise, I am sure Graham will do it when he returns to 'todo' land. ps. Graham, can I suggest...
Sean
schliden@...
Send Email
Feb 10, 2007
2:58 am
1107
Kinda depends on how you work. It is flexible in terms of the order and what you enter. My files tend to look like this: (D) Cleanout gutters +maintenance...
Sean
schliden@...
Send Email
Feb 10, 2007
3:34 am
1108
I put p:projectname and @context in the front of the line, so that I can scan through the list more easily. Also, when you sort the list, it'll come out...
designlabel2004
Offline Send Email
Feb 10, 2007
5:47 am
1109
... just use the 'doall' command in todo.py. From the help: [...] da, doall NUMBER [NUMBER]... Mark all items NUMBER as done [...] Karsten...
Karsten Schulz
kaschu@...
Send Email
Feb 10, 2007
7:15 am
1110
... You are welcome. ... Each command does it's thing then calls cleanup which exits, at least in the shell version. So you can mess around in a command and...
Lorance Stinson
lorancestinson
Offline Send Email
Feb 10, 2007
3:48 pm
1111
Thanks.....
Sean
schliden@...
Send Email
Feb 11, 2007
4:52 am
1112
Is there anyway to link to actions outside the todo.sh file? I was just thinking about some of the actions I've been writing for myself and that other users...
Dara Pressley
dara_ayanna
Offline Send Email
Feb 11, 2007
1:09 pm
1113
Thanks!...
drummer
roylowrance
Offline Send Email
Feb 11, 2007
5:09 pm
1114
Hello All, I have a few, new to cygwin on windows XP, questions that will probably seem like no brainers for you guys, but I have to ask. - I have tried...
Goo
mr.mcfiddles
Offline Send Email
Feb 28, 2007
10:05 am
1115
... every ... You didn't tell us what exactly is the problem... Does bash say "command not found"? or some other error? If the .bash_profile file does not...
samwi5e
Offline Send Email
Feb 28, 2007
7:57 pm
1116
... probably seem ... every ... before, ... googled ... am trying ... Nevermind the Samurize question - I got the meter to work like this: On the right under...
mr.mcfiddles
Offline Send Email
Feb 28, 2007
8:05 pm
1117
I didn't bother with a path statement, at all. I copied the scripts to the /usr/bin directory, chmodding them to 755, and using explicit aliases... First,...
Eric "Fyre" Scalf
raverza
Offline Send Email
Feb 28, 2007
11:50 pm
1118
The bash profile file I use is ~/.bashrc and that works just fine. You may, of course, need to create it. Secondly, you have the parameter in the wrong place...
Damian Glenny
damian_glenny
Offline Send Email
Feb 28, 2007
11:55 pm
1119
Sorry, that last one came off a bit terse because I'm dreadfully hung over and pressed send by mistake :) What I meant was to say that parameters passed to...
Damian Glenny
damian_glenny
Offline Send Email
Feb 28, 2007
11:59 pm
1120
I found a previous post (message #429)with the same error and tried what it described with no results. When I type: $ t a{Tab} I get: $ t abash: completion:...
greasemonkeyn4him
greasemonkey...
Offline Send Email
Mar 7, 2007
5:42 pm
Messages 1091 - 1120 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