Search the web
Sign In
New User? Sign Up
todotxt · Todo.txt
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 1695 - 1724 of 2423   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1695
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...
chuck.metcalfe
Online Now Send Email
Aug 4, 2008
11:21 am
1696
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...
Jon Hind
wjonhind
Offline Send Email
Aug 4, 2008
11:25 am
1697
Is that an edit to the .todo file? or to the todo.sh?...
Chuck Metcalfe
chuck.metcalfe
Online Now Send Email
Aug 4, 2008
11:35 am
1698
the .todo - the value of TODO_DIR ... -- Jon...
Jon Hind
wjonhind
Offline Send Email
Aug 4, 2008
11:38 am
1699
the .todo - the value of TODO_DIR ... -- Jon...
Jon Hind
wjonhind
Offline Send Email
Aug 4, 2008
11:39 am
1700
Ok, changed "$TODO_DIR" to the actual path "/home/username/todo" and still get the error....
Chuck Metcalfe
chuck.metcalfe
Online Now Send Email
Aug 4, 2008
1:15 pm
1701
... Ummm, can you copy and paste your .todo file here? If not, can you confirm that the $TODO_DIR reads "/home/---YOUR-USER-NAME---/todo" where...
Matthew Macdonald-Wal...
matt_wallace...
Offline Send Email
Aug 4, 2008
2:04 pm
1702
# === EDIT FILE LOCATIONS BELOW === # Your todo.txt directory TODO_DIR="/home/username/todo" #TODO_DIR="/home/username/todo" # Your todo/done/report.txt...
Chuck Metcalfe
chuck.metcalfe
Online Now Send Email
Aug 4, 2008
9:54 pm
1703
Ok, what worked for me finally: In todo.sh I changed the first line from "#! /bin/sh" to "#! /bin/bash" based on a comment at ...
chuck.metcalfe
Online Now Send Email
Aug 5, 2008
1:25 am
1704
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...
Ray
rawbear
Online Now Send Email
Aug 8, 2008
2:31 pm
1705
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...
Ron Pero
ronpero
Offline Send Email
Aug 8, 2008
3:55 pm
1706
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...
Iain Woolf
i_woolf
Online Now Send Email
Aug 8, 2008
6:55 pm
1707
... ~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....
Paul Beckingham
p.beckingham
Offline Send Email
Aug 8, 2008
9:02 pm
1708
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...
lukus_78
Offline Send Email
Aug 13, 2008
6:36 pm
1709
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 } ... ...
lukus_78
Offline Send Email
Aug 13, 2008
6:54 pm
1710
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...
v.fleuranceau
Offline Send Email
Sep 9, 2008
2:34 pm
1711
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...
Paul Beckingham
p.beckingham
Offline Send Email
Sep 19, 2008
1:59 am
1712
The task repository is now open on Github, should any developers wish to get involved. http://github.com/pbeckingham/task Paul....
Paul Beckingham
p.beckingham
Offline Send Email
Sep 20, 2008
12:58 am
1713
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...
Lance Eames
leames
Offline Send Email
Sep 30, 2008
8:59 am
1714
... 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...
chuck.metcalfe
Online Now Send Email
Sep 30, 2008
11:36 am
1715
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...
Jon Hind
wjonhind
Offline Send Email
Sep 30, 2008
11:42 am
1716
Yes I think that was it. instead of "~/todotxt" the config should read "/home/username/todotxt" where "username" would be you username....
Chuck Metcalfe
chuck.metcalfe
Online Now Send Email
Sep 30, 2008
12:49 pm
1717
... Ok, that was it! The exact format for OS X is "/Users/username/todotxt" many thanks!...
Lance Eames
leames
Offline Send Email
Sep 30, 2008
1:14 pm
1718
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: ...
forest0wolves
Offline Send Email
Oct 6, 2008
12:28 pm
1719
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...
forest0wolves
Offline Send Email
Oct 6, 2008
12:48 pm
1720
... 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...
Paul Beckingham
p.beckingham
Offline Send Email
Oct 7, 2008
12:00 am
1721
... 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...
ace_noone
Offline Send Email
Oct 7, 2008
10:54 am
1722
... 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...
forest0wolves
Offline Send Email
Oct 7, 2008
12:04 pm
1723
... 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...
forest0wolves
Offline Send Email
Oct 7, 2008
12:57 pm
1724
... 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...
ace_noone
Offline Send Email
Oct 7, 2008
1:11 pm
Messages 1695 - 1724 of 2423   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help