I've read through a number of past posts about install problems, but none of them seemed to really help. This is my first time really playing around with the...
what happens when you cd to ~/todo/bin/ and then type: $ ./todo.sh the './' before the script name tells bash where to find the script. If you add ~/todo/bin/...
AH! That works. Any idea why my alias (t='~/todo/bin/todo.sh') isn't working though? And of course, this leads to another problem typing "./todo.sh add test"...
Could someone walk me through how to install and run the google code version of todo.txt as I have no idea what I'm doing. I can do everything in bash but...
im considering integrating more todo.sh (or .py, the current implementation im using). something along the lines of `todo.py move 2 +3 days` or something like...
On Thu, Jan 10, 2008 at 12:56:36PM -0000, rcphqcorps wrote: [snip] ... "remind" is the venerable CLI calendaring / reminder program. It has unsurpassed event...
Hi guys, Has anyone written a script that goes through todo.txt file and produces a nice listing of all tasks? The HTML Summarizer [1] does a nice job of...
... I attach project tags to almost all my tasks, so I wrote a python script which creates a text file organizing all my tasks by project. Currently it just...
... Right now I just use "blah blah blah p:projectname" when I add a task. I'm unfamiliar with the +p and @ context notation. Can you explain them further to...
Yup. Basically +p is instead of p: so I guess a replace would work though I put +p right at the beginning of the task line. @context follows +p. I thought this...
Hello. I am a linux noob. I can add todo items, but cannot remove them. When being asked to remove an item (y/n), I get the following response after "y": ...
The snag about posting your code in the public domain is that it engenders a sense of "responsibility" that wasn't there before! I've been thinking over the...
... Same problem here. I tried to google for the file hosted in another place but I didn't find it. It is not in this group's File section either. Please, if...
Would it be this: http://todotxt.googlecode.com/svn/trunk/todo_jbot/ Just a quick question on the todo.txt project in general. Is it a maintained project? As...
Yes, that's it. Thank you, I didn't search at Google Code. I'm quite new here. I found the post about Todo.txt at Lifehacker and started using it 2 or 3 days...
Hello, I'm relatively new to UNIX and I'm having an issue running this script on a Ubuntu 7.10 Linux machine. I have installed successfully on Mac OS X and...
I had this issue here and I think you have the same problem. Todo.sh is configured to run with Bourne Shell (sh). 1 - Open todo.sh in a text editor 2 - Change...
How can I synch my to-do text with my different computers? I intend to have the file stored on a FTP or webdav server. The ideal situation s that each time the...
I think there is no ready tool to sync Todo.txt, but I may be wrong, I've been using Todo.txt for less than 1 week. I will try to code something (a Ruby or...
... These are probably your best bets, or you could go with a content versioning solution like Subversion, Git, or even old CVS. I use subversion to...