From ca2a984bd1bb0d7b4ad4632a64d4111e1d9bc281 Mon Sep 17 00:00:00 2001 From: Gina Trapani Date: Thu, 5 Dec 2013 20:38:00 -0800 Subject: [PATCH] Updated TODO.TXT Command Line Interface (textile) --- TODO.TXT-Command-Line-Interface.textile => Home.textile | 2 ++ 1 file changed, 2 insertions(+) rename TODO.TXT-Command-Line-Interface.textile => Home.textile (96%) diff --git a/TODO.TXT-Command-Line-Interface.textile b/Home.textile similarity index 96% rename from TODO.TXT-Command-Line-Interface.textile rename to Home.textile index 1003a37..b9ab1d4 100644 --- a/TODO.TXT-Command-Line-Interface.textile +++ b/Home.textile @@ -1,3 +1,5 @@ +h1. TODO.TXT Command Line Interface + 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.