From 595615cb3eb0a0cf83a64f65f09ea3048400bce8 Mon Sep 17 00:00:00 2001 From: ginatrapani Date: Mon, 13 Sep 2010 01:25:14 -0700 Subject: [PATCH] Migrated from home v23 --- Home.textile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Home.textile b/Home.textile index 5cfecf1..e51c37c 100644 --- a/Home.textile +++ b/Home.textile @@ -1,6 +1,8 @@ h1. TODO.TXT Command Line Interface -A simple and extensible shell script for managing your todo.txt file. +If you've got a file called @todo.txt@ on your computer right now, you're in the right place. Countless software applications and web sites can manage your to-do list with all sorts of bells and whistles. But if you don't want to depend on someone else's data format or someone else's server, a plain text file is the way to go. + +Problem is, you don't want to launch a full-blown text editor every time you need to add an item to your to-do list, or mark one that's already there as complete. With a simple but powerful shell script called @todo.sh@, you can interact with @todo.txt@ at the command line for quick and easy, Unix-y access. h2. "Downloads":http://github.com/ginatrapani/todo.txt-cli/downloads