I changed step 4 to reflect the requirements of todo.txt 2.7. I think this should be changed to put the config as a hidden file under $TODO_DIR. If I get feedback that supports this I'll submit a pull request with the change.

lnedad
2011-07-09 19:48:36 -07:00
parent 563227d839
commit 983c1ad1ab

@@ -18,10 +18,16 @@ Replace "/Users/gina/Documents/todo" to wherever your todo.txt file lives. The d
</pre> </pre>
4. Move the @todo.cfg@ configuration file to your home directory: 4. Make a hidden folder under you home directory named @.todo@:
<pre> <pre>
mv todo.cfg ~/. $ mkdir ~/.todo
</pre> </pre>
5. Type @./todo.sh@ to see the usage message. You're ready to go! To start adding tasks, type @./todo.sh add "My new task"@ 5. Move the @todo.cfg@ configuration file to the directory made in step 4 and rename it @config@:
<pre>
$ mv todo.cfg ~/.todo/config
</pre>
6. Type @./todo.sh@ to see the usage message. You're ready to go! To start adding tasks, type @./todo.sh add "My new task"@