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 to share photos of your group with the world? 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 2394 - 2423 of 2423   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
2394
Hey! I'm posting in response to comment on issue 14 [1]. The mentioned behaviour is still present in commit a4227df [2]. In particular the problem is that...
Radosław Szymczy...
shim_r...
Offline Send Email
Aug 21, 2009
8:42 pm
2395
... Ah, ok, sed version compatibility issue, then. Our documented platform compatibility so far has been: * Cygwin for Windows * Mac OS X 10.4+ Terminal *...
Gina Trapani
gina.trapani
Offline Send Email
Aug 21, 2009
9:54 pm
2396
... Here's the line referenced; the carat below indicates character 34: sed -n 'G; s/\n/&&/; /^\([ -~]*\n\).*\n\1/d; s/\n//; h; P' "$TMP_FILE" > "$TODO_FILE" ^...
David A. Harding
daveharding25
Offline Send Email
Aug 22, 2009
8:12 pm
2397
... Fantastic, thanks Dave. Merged into my master. Thanks!! -- http://ginatrapani.org http://twitter.com/ginatrapani...
Gina Trapani
gina.trapani
Offline Send Email
Aug 26, 2009
10:20 pm
2398
Hi all-- Apologies for being kind of absent around these parts lately. Today I caught up with several pull requests that were waiting for me, that closed...
Gina Trapani
gina.trapani
Offline Send Email
Aug 26, 2009
11:55 pm
2399
Hi, This looks pretty useful. I added some bash autocompletion features to it, thought I'd share them here in case people are interested. Features are: *...
robinmessage
Offline Send Email
Aug 27, 2009
1:10 pm
2400
... Thanks for this, Gina (and the various contributors, of course) - I was looking forward to a few of those changes! From what I can tell, #9 ("use single...
Frederik Dohr
ace_noone
Offline Send Email
Aug 27, 2009
7:31 pm
2401
The change isn't mandatory - it still looks for files in their original locations and will use those if you don't have anything in the new locations....
Mark Harrison
mivok0
Offline Send Email
Aug 27, 2009
8:01 pm
2402
As previously mentioned*, it's sometimes a little inconvenient that there's no simple way of temporarily disabling TODOTXT_FINAL_FILTER. This has become enough...
Frederik Dohr
ace_noone
Offline Send Email
Aug 30, 2009
8:58 am
2403
... You're right, my bad - I must have made some mistake when upgrading, and had not looked at the code to confirm this. (I was eager to switch to the new...
Frederik Dohr
ace_noone
Offline Send Email
Aug 30, 2009
8:59 am
2404
... Works for me--just merged this into the master branch, as well as another bugfix from Paul which fixes issue #3. Test count is up to 127 now, great stuff....
Gina Trapani
gina.trapani
Offline Send Email
Sep 1, 2009
5:08 pm
2405
... Just merged the fix for this into my master (thanks, Paul!) Issue now closed: http://github.com/ginatrapani/todo.txt-cli/issues/closed#issue/1 Let me know...
Gina Trapani
gina.trapani
Offline Send Email
Sep 3, 2009
8:29 pm
2406
... Just merged the fix for this into my master (thanks, Paul!) > > Issue now closed: > > http://github.com/ginatrapani/todo.txt-cli/issues/closed#issue/1 >...
paulbm1971
Offline Send Email
Sep 6, 2009
6:34 pm
2407
On Sun, Sep 6, 2009 at 11:34 AM, ... Thanks Paul! I merged this into the master, just because multiple lines always worked before. Whether it was a bug or a...
Gina Trapani
gina.trapani
Offline Send Email
Sep 8, 2009
7:04 pm
2408
There's a small flaw in the way that `todo.sh` handles blank lines in `todo.txt` (e.g. completed and archived tasks), as it improperly displays blank tasks in...
Mike West
mikewest_y
Offline Send Email
Sep 14, 2009
9:22 pm
2409
... Great catch, thanks Mike. ... Yup--just merged the patch into the master branch. Thanks! -- http://ginatrapani.org http://twitter.com/ginatrapani...
Gina Trapani
gina.trapani
Offline Send Email
Sep 17, 2009
5:04 am
2410
On Sun, Sep 6, 2009 at 11:34 AM, paulbm1971 ... Just ran into one test failure for addm on my Mac (10.6, Snow Leopard). (This is the first time I ran the tests...
Gina Trapani
gina.trapani
Offline Send Email
Sep 17, 2009
5:12 pm
2411
... Changed to echo without -e and >> to append for test file. Test still passes on linux. Its in commit: ...
paulbm1971
Offline Send Email
Sep 17, 2009
11:06 pm
2412
Greetings, I apologize if this problem has been mentioned before, but if it has, I couldn't find it. I'm trying to use todo.txt on a Unix system, running...
baercat572
Offline Send Email
Sep 25, 2009
4:24 pm
2413
... I'll answer my own question. It's the version of sed on my server. I only have the Solaris core utils, and apparently todo requires GNU sed (or at least,...
baercat572
Offline Send Email
Sep 25, 2009
11:41 pm
2414
... Glad you got it working! Thanks for posting the resolution. -- http://ginatrapani.org http://twitter.com/ginatrapani...
Gina Trapani
gina.trapani
Offline Send Email
Sep 26, 2009
12:32 am
2415
Greets all, I recently forked and edited the todo.txt project on GitHub so that an option could be set to clear the screen before any list operation. ...
trevorbramble
Offline Send Email
Oct 2, 2009
1:26 am
2416
... You could use the final filter: http://github.com/ginatrapani/todo.txt-cli/commit/a67d0de6254bed5f066e21f1cdcef5bbd8c34ec4 Add the following to your config...
Frederik Dohr
ace_noone
Offline Send Email
Oct 2, 2009
4:21 am
2417
... I'd dismissed this whole rig because I wasn't filtering anything. My mistake. Thanks for your help!...
trevorbramble
Offline Send Email
Oct 2, 2009
3:48 pm
2418
Larry, I am having a similar problem with both SED and GREP. Could you tell me how you installed the GNU sed? Thanks...
buckbrody
Offline Send Email
Oct 15, 2009
1:01 am
2419
... Well, the installation procedure may vary, depending on your system. I was installing it on Solaris, so I used the standard Unix installation procedure. I...
baercat572
Offline Send Email
Oct 15, 2009
1:57 pm
2420
i'm new with shelling! i start teaching my self week ago. i learned to write about 56 script and create brand new 23. i'm going to that close next level "baby...
Erzal Saadah ع...
erzal.saadah
Offline Send Email
Oct 18, 2009
11:06 am
2421
Hi, using TODO.txt for a while and I like it. One thing I just can't get right. When I move a task to another file, e.g. personal.txt. How do I check a task in...
zenimot
Offline Send Email
Nov 3, 2009
8:08 am
2422
NOTE: with 'check' I mean 'the task is done'...
zenimot
Offline Send Email
Nov 3, 2009
1:50 pm
2423
... There isn't a way to mark an item as done in any file other than todo.txt right now in the core script. Sorry about that! -- http://ginatrapani.org ...
Gina Trapani
gina.trapani
Offline Send Email
Nov 6, 2009
12:21 am
Messages 2394 - 2423 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