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...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

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 1710 - 1739 of 2423   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
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
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
1725
... <flame type=completelyUnwarranted> Ummm, any of them? ;o) </flame> /me dons python-covered anti-perl flame suit and starts running... Someone the other day...
Matthew Macdonald-Wal...
matt_wallace...
Offline Send Email
Oct 7, 2008
1:11 pm
1726
Hey, I've installed Dropbox both here at work and on my home pc. Since Dropbox keeps both the folder here and the folder at home in sync, I'd like to move my...
Richard Querin
rfquerin
Offline Send Email
Oct 7, 2008
7:31 pm
1727
... That's more like it. I don't think I'm doing extra work - using a combination of STL and some existing code of my own (Table.cpp for example - a...
Paul Beckingham
p.beckingham
Offline Send Email
Oct 8, 2008
4:59 am
1728
... Should work just fine - that's what the location setting is there for, after all. (As far as I'm aware, Dropbox - unlike WebDAV, for example - behaves just...
ace_noone
Offline Send Email
Oct 8, 2008
9:58 am
1729
... Heh, I still have a C book lying around somewhere that has "based on the *proposed* ANSI standard" on the cover. I *like* C, but I can't usually justify...
forest0wolves
Offline Send Email
Oct 9, 2008
10:42 am
1730
Hope someone can please advise... Earlier this year, I managed to get ToDo.txt and Remind calendar setup to display on my Windows desktop using Samurize....
archimark2
Offline Send Email
Oct 9, 2008
4:46 pm
1731
... I'm thinking that a modification to the program to automatically generate a plain text file (which would contain the output of say, "task ls") would be...
Richard Querin
rfquerin
Offline Send Email
Oct 9, 2008
5:02 pm
1732
... car Ah yes, that is the file format for task. You're looking at the raw file, not a processed version....
Paul Beckingham
p.beckingham
Offline Send Email
Oct 9, 2008
5:24 pm
1733
... Service car ... file, not a processed version. Thanks, Paul.... So, is there any way to get to the raw file, to make this work??? ;-)...
archimark2
Offline Send Email
Oct 9, 2008
5:31 pm
1734
... Great idea. I'd be happy to add this to task. Here's what I think makes sense: 1) a configuration variable that turns on the plain-text shadow file ...
Paul Beckingham
p.beckingham
Offline Send Email
Oct 9, 2008
5:42 pm
1735
... Well, that is the raw file. You need a stripped-down version. the easiest way to create that would be to do this: % task list > file That will create a...
Paul Beckingham
p.beckingham
Offline Send Email
Oct 9, 2008
5:45 pm
1736
Hi, I'm using Task inside of Cygwin. When I pipe the output of task like this "task ls > taskoutput.txt", I get a text file with a bunch of what I think are...
Richard Querin
rfquerin
Offline Send Email
Oct 14, 2008
2:42 pm
1737
Richard, That is a bug I thought I fixed a while ago. I just ran that command here, and don't see the control codes. Is it possible you are not running 1.4.2?...
paul@...
p.beckingham
Offline Send Email
Oct 14, 2008
3:09 pm
1738
Boy do I feel like a bozo. ;) Here I am making deb files for you and I completely forgot to update my cygwin installation of Task (which was still at 1.3.1!) ...
Richard Querin
rfquerin
Offline Send Email
Oct 14, 2008
3:36 pm
1739
I've been moving my organizational system to todo.sh and love it, especially now that I'm working on two different platforms (my desktop is a Dell running...
Tammy
warmfuzzygrrl
Offline Send Email
Oct 17, 2008
2:19 am
Messages 1710 - 1739 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