Task 1.4.0 is a major release that includes: - new recurring tasks - new "task ghistory" bar chart - new "task undelete" - command line override of the .taskrc...
Task 1.4.1 is a minor release that includes: - Fixed bug: Descriptions could not be altered with "task 123 New description" - Tweak: For "task calendar" month...
Here are some more feature suggestions. 1. ability to report summary of time spent per project within a date range. 2. "long" and "list" views for completed...
when I try to use todo.sh I get the following error: /home/username/todo.sh: 181: shopt: not found /home/username/todo.sh: 207: Syntax error: "(" unexpected...
I had this as well - I found that the reference to my todo.txt file was to a symlink - replacing it with the absolute path fixed the problem. Jon 2008/8/4...
So, I've been creating my own version of todotxt. I'm writing it in Perl, cause that's my strongest scripting language. One of the reasons I'm writing my own...
Dear Ray Am very glad to see a Perl version. I've written one too. The main purpose was to allow different people to use different todo list formats. See...
I'm working on formatting the contents in my todo.txt file for automatic inclusion in a pocketmod format. For it to be useful to others, I'd like it to be able...
... ~850. Yes, it's a lot, but I have multiple projects, sub-projects and recurring tasks to manage that complexity. Plus, I use task, not todo.txt....
I added this to the end of my .bashrc file and it's made working with tasks faster for me. (I think mac users have a .bash_profile, in place of a .bashrc...
apologies for it not working as well :) this should be better... doh function t() { if [ ${#} == 0 ]; then /usr/bin/task long else /usr/bin/task $* fi } ... ...
Hi all, I've just noticed that 'sed' outputs the matching string in some situations, when appending text to an exsting entry, for example. It's very annoying...
Task 1.4.2 is a minor release, with a few new features and several bug fixes, that includes: "task undo" can now retract a "task done" command, provided no...
hi all. I am a new user and a bit of a novice. I have a new installation, fully configured (I think!), but when running any todo.sh command; receive the...
... installation, fully configured (I ... error "~/todotxt is not a ... Post what you have for your configuration. Could be a simple typo where you set the...
This has come up before and the solution was simple. I THINK the last time it was that the path specified in the config file was a symbolic link and the...
Is this project still active? I just installed version 1.7.3 (released over two years ago), and ran into what appears to be a serious bug right off the bat: ...
The tutorial looks interesting. Thanks for sharing. But I'm curious to know the reasons for writing an Open Source GTD application in C++ instead of one of the...