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...
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? ...
... 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...
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....
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...
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...
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...
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...
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...
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...
... 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...
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. ...
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@...
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@...
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...
... 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@...
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...
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...
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...
... 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...
... probably seem ... every ... before, ... googled ... am trying ... Nevermind the Samurize question - I got the meter to work like this: On the right under...
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,...
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...
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...
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:...