Over the weekend, I wrote a small script that exports all my next actions by context to the stdout. Is there anyone that has suggestions for converting all the...
You could export it to HTML and use a stylesheet that formats it for 3"x5" layout. Other than that, there are several good PDF-helper libraries in several...
I've been simply piping the output through lpr to a dymo lablewriter filled with business cards; something similar should work for 3x5: todo.py -p ls | lpr -P...
I think your best bet would be to use something like enscript to create a postscript file from your todo.txt file. Looking at the default media (paper) sizes...
I have been looking into this myself recently as I am trying to free myself from Mac OSX upon leaving my current job. Right now I have all my addresses in...
I have looked into the negative searches and it is pretty easy to do in python - the difficulty comes when you combine negative and positive searches. For...
Hi Lewis, Sorry for the confusion. I originally setup the todo.py repository but Gina suggested putting everything in one place. From now on anything related...
I agree that context is critical - so critical in fact that nothing outside of your current context should be displayed. If you are @work then anything @home...
... abook stores in plain text like this: [#] name=Joe email=joe@... field3=data3 etc. You can define your own fields in the new beta versions. It's very ...
I looked into abook a little further and compiled the latest cvs version - 0.6.0pre2. It does look nice - but unfortunately it doesn't import vcard yet. I...
I'm still a newbie at using text files and commands to control them, but in my opinion there should only be 1 file... the way that Gina set it up originally. I...
... Thanks for the info on abook and remind. I have been playing around with both for a week or so. Does anyone have any recommendations for small scripts or...
Thomas Isenbarger
isen@...
Jan 3, 2007 3:00 pm
1021
I just tried this script with a version 2 vcards file from OSX addressbook: http://www.belloli.it/debdoc/abook/examples/vcard2abook.pl It worked for me and I...
David, I wrote a script to do just that. It's configurable to e-mail, and you can use a switch to override the stored e-mail address, temporarily. I ...
Hi All, I've been running todo.py for about 2 weeks now, but I really haven't had time to look over it features. Until today that is -- I wanted to work in my...
Hi Dara, I am working on a new version of todo.py - this version is in jobdone/todo.py. It has better support for child tasks and the sorting you speak of...
I forgot to mention another feature that shouted out to be implemented. $ todo.py listcontexts @www @home @work @email @car $ export CONTEXT="home,www,email" $...
There's a minor sorting issue with how todo.sh interacts with Linux (or at least FC3-6) by default. Linux sets the default locale (LC_ALL) to "en_us" (U.S....
I've installed the script package as well as the extra one for emailing I found here in the file section...I've updated the .todo file to my todo folder...
Yes, do add me to the wiki. My google account is dara.stuff. As far as appointements and time sensitive task, Allen actual says that they can be on a Calendar....
Okay, I figured out how to run the script, and have tested the todo.sh script with marking one of my todo's as done(with "do #"). That worked, as I now have...
That's pretty cool; kind of the way 30boxes todos work. If I am in a context and add an item, will todo.py automatically add that context for me? K -- Sent...
I'm not sure if anyone else has had this problem, but I'll share my solution just in case. I'm using Win2k and cygwin, and while everything worked great for a ...
Please help. My son bent my thumb drive -- so it's acting funky. I was able to get it to mount and I copied everything to a new drive. The new drive has the...
Permissions of 777 means read/write/execute for owner, group, and world. I'm not familiar with Remind, but if it doesn't like world-writable files, try...