It irks me that my done list is not in chronological order. It seems to me that it used to be, but I don't think so since the reorg of the todo.sh guts. I was...
... Looking back in my done file to before the reorg, I see items out of chronologicial order, so I'm not sure that's true. But I do have scripts that edit...
... Nice. I used to use http://taskpaper-web.googlecode.com before switching to todo.txt-cli. I took a quick gander at your code for security issues. It looks...
Emil, Thanks for pointing these out. I'm a relative newbie on both of this issues, so I'll check this out. I was hoping to just use htaccess password...
... You are very welcome. ... Extensions are designed exactly for having your own keywords, without having to change the script every time a new release rolls...
Thanks, Emil--just committed this fix to my master. I'm slowly working through the backlog of tests/fork pulls tonight and tomorrow, sorry for the delay. More...
... No problem. Thanks for the merge. I've force-updated my dev-* branches to be rebased off of the new master to make pulling easier. dev-build is the branch...
Emil (and any others who are interested in this): I believe I have addressed both of these issues. 1. Input is now filtered through escapeshellcmd() as Emil...
Thanks to Emil Sit's Makefile (which I just merged into the master branch*), from here on in I will resume putting up versioned, packaged releases of the...
... I've just moved the Makefile and related parts to a separate master-build branch so it's not cluttering up the master branch. There were, however, changes...
Hi Gina, I tried the new "make test" and I've some problems: $ LANG=C make test make: ./GEN-VERSION-FILE: Command not found That's the first problem, is it a...
Hello, I'd like to have the ability to add aliases to todotxt commands, no matter if it's an internal command, an overloaded command or a new command. For...
I've been using todo.sh long enough that I've got way more items than screen real-estate. The basic 'list' command scrolls off the screen. Of course, the...
... Why not using less or more? More is primitive but it will not interfere at all if the output is smaller than the screen, otherwise it will do paging and...
That's what I tried first. But on my system (OS X 10.4), less and more do not preserve the colors ... for the prioritized items I see lines like this: ...
Just migrated two todo.txt-related projects which I haven't looked at in a long time to GitHub for your perusal and forking. The Birdseye.py reporter script...
So, one of the features of todo.py which I have gotten very used to is the ability to have parent/child tasks. Normal `ls' commands hides the children tasks: 1...
OK, 'less -R' does work. I missed that -R was "repaint" rather than "reverse" when I read Phil's response. The only downside to the 'less -R' approach is that...
... It's not yet in the production version, but Gina's master has the TODOTXT_SORT_COMMAND environment variable that allows you to override the default sort,...
... For internal commands, you can just create a script in .todo.actions.d that 1) ignores the "usage" call, and 2) calls "todo.sh longname". For example, you...
Hey Jon--I finally got around to trying out the todo.txt CLI web interface, and I really love it. Nice job. I think you've convinced me to move my todo.txt...