Hi, I've been happily using todo.sh for a month now. Several times I've been bitten by what I think is a user-interface problem. After looking at the list of...
... I too have been bitten by updated line numbers after an archive or delete. But my concern about an automatic ls after a del or archive is for people with...
... An option in ~/.todo? I also have to say thank you to Gina for working to keep the todo script simple. I believe that is an important part of why we all...
... Actually IMHO the 'list' command should by default exclude "done" items as well as deleted items. It would be nice for the 'rm' command to work like the...
Hi, all, Is there a reason why 'done' items aren't moved directly to done.txt by the 'do' command and removed from todo.txt in one step? Why must I 'do' an...
... The reason was exactly what you pointed out earlier: that an automatic archive would change up line numbers of other items. Plus, I just enjoy seeing...
... I'm wary of baking criteria into list; it should be a simple, straightforward "list everything in this file based on user entered criteria." However, I...
From my bumbling through the fringes of unix, I've come to the conclusion that config files like the one now called '.todo' should probably be named '.todorc'....
From my bumbling through the fringes of unix, I've come to the conclusion that config files like the one now called '.todo' should probably be named '.todorc'....
... What's the significance of the rc? ... The default config file is included in the "full package" download, here: http://todotxt.com/download/todo.sh.zip...
... I like it to. Most todo lists work this way. 30boxes shows the deleted items forever, and I'm not even sure there is a way to purge them, which appears...
As I understand it, the rc means the file is a configuration file. .bashrc is where one puts aliases, functions, and such. Path definitions for bash go in...
... My question is: Why? What's the significance of .###rc? Is this a documented Unix standard? Forgive me - I'm still relatively new to 'nix myself - but...
... Thanks for the response. By 'quote' do you mean use double quotes instead of the single quotes and then just leave the spaces as is? If so, I've already...
All of a sudden, today, when I try to do a report, I get the following error: $ t report ./todo.sh: line 410: cat: command not found ./todo.sh: line 411: cat:...
I'm not sure how well-documented it is, but my experience is that it is a Unix standard. I'm not familar with OS X's Unix, but my work on AT+T System V and...
I think the .###rc convention got its start from the /etc/rc script that sets your runlevel when booting your *nix machine. Look at /etc/inittab, /etc/rc, ...
There are plenty of well-known applications that follow this, (vim has .vimrc) but again, there are plenty of well-known applications that don't (emacs just...
Hmm.. quotes didnt work? Try escaping the spaces.. Does your shell have tab completion? then use it to complete the path. Also, are you using the cmd prompt or...
Escaping the spaces worked! I tried this before but I must have used the wrong slashes. Thanks for making me try it again. Since I'm always on different...
... I want to make the instructions friendly and accommodating to all platforms. Can you tell me specifically what you had to modify? Or what you needed to...
I have scanned this idea (was away over the weekend) and i'd like to add my $0.02 if possible: I'd say this script will need to have some way to differentiate ...
... Jeremy> One suggestion would be for the script's Next Action Jeremy> command to check the todo.txt file to make sure that the Jeremy> previous action for...
Did I imagine it, or was there talk of a command to list all projects and contexts ? Cheers Sean...
Sean
schliden@...
Aug 3, 2006 1:31 am
502
Hi, ... I think I posted a patch, based on my bash_completion code. It should be in the archives somewhere. The commands where 'contexts' and 'projects'. Best...
Pedro, Thanks, yes, I found it. Is there any way to do something similar without perl ? I don't have perl available in my environment. Thanks Sean...
Sean
schliden@...
Aug 3, 2006 2:21 am
504
... Sean> Did I imagine it, or was there talk of a command to list all Sean> projects and contexts ? FWIW i wrote a quick command line today to do just that as...