Morning! How can I modify the script to exclude lines with "#" at the start? This is by far the best gtd solution I have come across; simple to maintain with...
I cannot help with the .sh version, but with the python version; replace the list function with the code listed below and any line begining with # will be...
Hi all, First of all, sorry for this offtopic post but since you guys are a bunch of commandline-loving people, this group is my best at finding a simple...
It doesn't a command line utility, but sure has some appeal... And you can manage it, as it is just plain text in the end.... http://aurelio.net/soft/moneylog/...
I was looking for one tool like this too. I know Moneylog, but I don't like to open a HTML file and go to the bottom just to edit the transactions. I also...
... Attached is a patch for todo.sh that suppresses display of comment lines for the 'list' command (only). To apply this patch, save the attached file as...
Hi, I've been using todotxt scripts for a few months now and first of all I wanted to thank the devs for the good ideas & work. As a pet project I've recently...
Mike, First off, thanks for the patch file. unfortunately i think I am doing something wrong. After I run "patch -b < patch.todo.sh" in the same directory as...
... You could look into ledger. It's not strictly command-line, although I believe that you can create entries on the command line with it. I make all my...
Kevin: I knew about Ledger but didn't consider it due to its double-entry nature. I (have to) use an online tool to doing double entry. Since that involves...
... I thought ledger would probably be a bit more than you were looking for. I do not have any reimbursable expenses, so cannot speak to using it for that,...
Greetings, New to this group, but very interested in it after reading Gina's great posts on LifeHacker.... Meanwhile, trying to get todo working on my laptop...
... [Snip...] ... but ... OK, think I've made a bit of progress....also, what I should have said I think is how do you map the C:\ drive to the 'Cygwin drive'?...
... you ... able ... OK, more research online about Cygwin.... Supposedly, if I want to go to My Documents folder in Cygwin it should be at: cygdrive/c/My\...
It should be in /cygdrive/c/documents and settings/YOURUSERNAME/My Documents/ where YOURUSERNAME is whatever name you use to login to your windows machine. ...
... YES, that did help, Seth, THANKS! I was so close...yet so far, well, at least one '\' slash away...ie, in order to get the space between words to be...
Hi, You can output to a file. Just redirect the output like this : % todo.sh -h > todo_sh.txt That should give you the file todo_sh.txt that you can read with...
todo.py renumbers the todo items each time an item is deleted (rm) or marked done (do). While this keeps the todo-item number low, it is kind of confusing and...
... My version of todo.py does not renumber done items. It only renumbers when you (ar) archive. Sounds like you might be using the unstable jobdone version....
Sean
schliden@...
Feb 13, 2008 2:02 pm
1486
... Is this the one in the Google code svn? ... Could be. I haven't updated it for some time now. SK __________________________________________________________...
... Actually my version is the same as http://code.google.com/p/todotxt/source/browse/trunk/todo-py/todo.py hmm.. where do I download your version, Sean? SK ...
... I think you are referring to version 1.8.1-py-trunk. The renumbering is an annoying feature. The problem is that at the very end of the "do" procedure,...
... Seems to me that this is an excellent candidate for a .todo option. Something like: auto-archive=value (where value can be 1, yes, true OR 0, no, false) ...