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...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

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 1690 - 1719 of 2423   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1690
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...
Paul Beckingham
p.beckingham
Offline Send Email
Jul 11, 2008
6:27 am
1691
Thanks for all the hard work Paul. Task just keeps getting better! SK...
SK
sk4list
Offline Send Email
Jul 15, 2008
5:20 am
1692
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...
Paul Beckingham
p.beckingham
Offline Send Email
Jul 18, 2008
6:11 am
1693
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...
galvanizd
Offline Send Email
Jul 25, 2008
2:37 am
1694
I developed a rude port of BirdsEye.py in JavaScript, I would like to make available to the community in order to improve it. Original:...
caamorimcoelho
Offline Send Email
Jul 29, 2008
6:50 pm
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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Offline 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
Messages 1690 - 1719 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