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...
... Ah, you have assumed that task was written in C++ for performance reasons, and that Perl, Python, PHP, Ruby and Java are more portable than Autotools and...
... Well, I don't think todo.sh is still in active development - but that's probably because it's perfect now... ... I can't reproduce this: t a "install and...
... That's what I'd been hoping. ... Indeed, the number of TODO entries is irrelevant. The problem is that I've got an old version of GNU sed (version 3.02) on...
... tiny). ... portable ... binary. Just to be clear - I'm not saying that you're doing anything wrong, and I'm not complaining about any particular bug. I'm...
... FWIW, there's an effort to create a clean Python port of todo.sh: http://github.com/FND/todotxt/tree/master http://github.com/FND/todotxt/tree/rewrite It's...