diff --git a/Todo.sh-Add-on-Directory.textile b/Todo.sh-Add-on-Directory.textile index 7d640ac..acd4371 100644 --- a/Todo.sh-Add-on-Directory.textile +++ b/Todo.sh-Add-on-Directory.textile @@ -35,6 +35,7 @@ h3. Table of Contents ** "hey - a minimalist CRM":#hey ** "tmsa - commands to help working with dated todo files":#tmsa ** "revive - re-add items from archive":#revive +** "make - Create new .txt files from command line":#make h1(#install). Installation @@ -479,3 +480,21 @@ _License: MIT_ "Project page":https://github.com/duncanje/todo.txt-revive "Download file":https://raw.github.com/duncanje/todo.txt-revive/master/revive + +h2(#make) __make__:Create New .txt Files. + +Quickly create new .txt files in your default todo.txt file directory. + +Examples: + +

+$ todo.sh make bills
+File bills.txt created in [TODO_DIR]
+
+ +_Author: Jared Meyering_ +_License: MIT_ + +"Project page":https://github.com/Jmeyering/TodoTxtMake +"Download file":https://raw.github.com/Jmeyering/TodoTxtMake/master/make +