Hey! I'm posting in response to comment on issue 14 [1]. The mentioned behaviour is still present in commit a4227df [2]. In particular the problem is that...
... Ah, ok, sed version compatibility issue, then. Our documented platform compatibility so far has been: * Cygwin for Windows * Mac OS X 10.4+ Terminal *...
... Here's the line referenced; the carat below indicates character 34: sed -n 'G; s/\n/&&/; /^\([ -~]*\n\).*\n\1/d; s/\n//; h; P' "$TMP_FILE" > "$TODO_FILE" ^...
Hi all-- Apologies for being kind of absent around these parts lately. Today I caught up with several pull requests that were waiting for me, that closed...
Hi, This looks pretty useful. I added some bash autocompletion features to it, thought I'd share them here in case people are interested. Features are: *...
... Thanks for this, Gina (and the various contributors, of course) - I was looking forward to a few of those changes! From what I can tell, #9 ("use single...
The change isn't mandatory - it still looks for files in their original locations and will use those if you don't have anything in the new locations....
As previously mentioned*, it's sometimes a little inconvenient that there's no simple way of temporarily disabling TODOTXT_FINAL_FILTER. This has become enough...
... You're right, my bad - I must have made some mistake when upgrading, and had not looked at the code to confirm this. (I was eager to switch to the new...
... Works for me--just merged this into the master branch, as well as another bugfix from Paul which fixes issue #3. Test count is up to 127 now, great stuff....
... Just merged the fix for this into my master (thanks, Paul!) Issue now closed: http://github.com/ginatrapani/todo.txt-cli/issues/closed#issue/1 Let me know...
... Just merged the fix for this into my master (thanks, Paul!) > > Issue now closed: > > http://github.com/ginatrapani/todo.txt-cli/issues/closed#issue/1 >...
On Sun, Sep 6, 2009 at 11:34 AM, ... Thanks Paul! I merged this into the master, just because multiple lines always worked before. Whether it was a bug or a...
There's a small flaw in the way that `todo.sh` handles blank lines in `todo.txt` (e.g. completed and archived tasks), as it improperly displays blank tasks in...
... Great catch, thanks Mike. ... Yup--just merged the patch into the master branch. Thanks! -- http://ginatrapani.org http://twitter.com/ginatrapani...
On Sun, Sep 6, 2009 at 11:34 AM, paulbm1971 ... Just ran into one test failure for addm on my Mac (10.6, Snow Leopard). (This is the first time I ran the tests...
Greetings, I apologize if this problem has been mentioned before, but if it has, I couldn't find it. I'm trying to use todo.txt on a Unix system, running...
... I'll answer my own question. It's the version of sed on my server. I only have the Solaris core utils, and apparently todo requires GNU sed (or at least,...
Greets all, I recently forked and edited the todo.txt project on GitHub so that an option could be set to clear the screen before any list operation. ...
... You could use the final filter: http://github.com/ginatrapani/todo.txt-cli/commit/a67d0de6254bed5f066e21f1cdcef5bbd8c34ec4 Add the following to your config...
... Well, the installation procedure may vary, depending on your system. I was installing it on Solaris, so I used the standard Unix installation procedure. I...
i'm new with shelling! i start teaching my self week ago. i learned to write about 56 script and create brand new 23. i'm going to that close next level "baby...
Hi, using TODO.txt for a while and I like it. One thing I just can't get right. When I move a task to another file, e.g. personal.txt. How do I check a task in...
... There isn't a way to mark an item as done in any file other than todo.txt right now in the core script. Sorry about that! -- http://ginatrapani.org ...