0273470c8fd9

Update the t project documentation.
[view raw] [browse files]
author Steve Losh <steve@stevelosh.com>
date Wed, 20 Jan 2010 21:00:10 -0500
parents 2757662f1404
children fbd242d7ddf7
branches/tags (none)
files content/projects/t.html

Changes

--- a/content/projects/t.html	Mon Jan 18 22:11:10 2010 -0500
+++ b/content/projects/t.html	Wed Jan 20 21:00:10 2010 -0500
@@ -169,6 +169,15 @@
     30 - Clean the entire apartment.
     $
 
+### Delete the Task List if it's Empty
+
+If you keep your task list in a visible place (like your desktop) you might
+want it to be deleted if there are no tasks in it. To do this automatically
+you can use the `--delete-if-empty` option in your alias:
+
+    :::bash
+    alias t='python ~/path/to/t.py --task-dir ~/Desktop --list todo.txt --delete-if-empty'
+
 Tips and Tricks
 ---------------