I'm trying to install and configure the todo.sh script, but having no luck. The instructions say: Installation Unzip todo.zip. (I did this successfully. .todo...
Peter, It sounds like your "path" isn't setup correctly in cygwin. Since you can access a bash prompt, enter "echo $PATH" (without the quote marks) and press...
What would be the easiest way of creating a modified mirror of the todo.txtfile everytime I add or delete a task with todo.sh? I've plunked my todo.txt file...
... On my XP system here at work, the file I modify (to add aliases etc..) is the .bashrc file which is located in C:\Documents And Settings\username\ In this...
Has anyone had any luck with todo_jbot.py ? Ive tried it with my own jabber server and ive tried it with a new gmail account. I get this each time: TodoBot...
Insalled todo.sh onto my new macbook and I can't seem to eliminate a rogue "-e" from my output. Here's what it looks like: [gschneider@greg-schneiders-macbook...
StumbleUpon Discover new web sites Rfq wants to Share his Favorites with you He likes58 pages Join StumbleUpon and discover your friends' Favorites. Suddenly...
OH, fixed it, i guess you have to let your self be friends with your other self... i logged in as normal user to both accounts added my self to each others...
I've strayed away from using todotxt for my todo's etc. but would like to get back into it. Ideally I would like to have the scripts (including a jabber bot)...
Hi there! I love todo.txt. I have been using it for a couple of months now in combination with GeekTool. I would like to propose another very similar idea....
While not a simple as what you are looking for, I use a tool called plod (Personal LOg Device). It is written in perl, so it should work well on your Mac. You...
If all you want is something simple that will add to the todo.txt log, then checkout my patch set, posted earlier. ... -- Processing Key: 09 F9 11 02 9D 74 E3...
Hi there, To get a list of projects, I'm currently doing this soulierm@espresso:~$ grep ^p: todo/todo.txt | awk '{print $1}' | sort -u | awk -F: '{print $2}' ...
Michael P. Soulier
msoulier@...
Nov 19, 2007 8:04 pm
1384
Hi, I've been using email for workflow for a while, but it isn't great on the reporting end of things. I'm trying todo.txt now. How do you normally tie a todo...
Michael P. Soulier
msoulier@...
Nov 19, 2007 8:05 pm
1385
So, /bin/sh is a posix shell on my ubuntu and freebsd systems. I had to change that to /bin/bash to get todo.sh working, as shopt doesn't exist in a posix ...
Michael P. Soulier
msoulier@...
Nov 19, 2007 10:36 pm
1386
OK, so, inspired partially by Graham's recommendation of modifying todo_cron, I decided to modify the todo.py "do" functionality to incorporate irregular...
... I grabbed a copy of todo.py, and patched an add bug. My hg repository is here http://gatekeeper.digitaltorque.ca/hg/todo.txt/ Mike...
Michael P. Soulier
msoulier@...
Nov 22, 2007 4:29 am
1388
todo.sh seems not working properly with terminal in leopard. for example, there is always a "-e" show up at the beginning of the todo list when i type "t...
I am having difficulty getting started, I did the following: 1. Terminal, type: defaults write com.apple.finder AppleShowAllFiles TRUE Hit Enter. Then 2....
Found and edited the .todo file Unable to find the following because I can not find the ~/bash_profile: Access todo.sh from anywhere in the file tree. Add the...
I have been a bit confused by the "-e" since my Leopard upgrade also. However, it only shows up when todo.sh is invoked in Terminal and Geektool. Strangely, it...
If ".bash_profile" does not already exist in your home directory (~/), just create it. Notice the period at the beginning of the file name. You'll have to...
... The todo.sh script is using the "echo -e" command, but the -e option is not recognised by the Mac Bash. You can edit the todo.sh file, look for the -e...
Hi there! Great piece of scripting, this is. If there are no objections, I would suggest that: 1. There be a way to sort, in the text file, all the tasks....
On Dec 19, 2007 4:27 PM, whydoihavetoregister < ... If you are using the python version; you can comment line 204 and uncomment line 203. I believe that will...