hlfw.ca

todo2

Download patch

ref: 04af80246961ffc246a393663490f3ee034bf6cc
parent: 23c9e7cc71448b37affb4d14a084b4ce237f095d
author: halfwit <michaelmisch1985@gmail.com>
date: Fri Nov 29 12:59:55 PST 2019

update readme with more samples

--- a/README.md
+++ b/README.md
@@ -148,6 +148,7 @@
  - `todo list` will output a list of all current leaves in the graph, (nodes which have no pending dependencies)
 
  ```
+ $ todo list
 [1] - TODO(halfwit): Write all the code
  ✗ general: Show what things look like when added manually
  ✗ general: Show what auto generated looks like as well
@@ -159,6 +160,7 @@
  - `todo listall` will list every piece of the graph in a flat structure. This is very useful in defining hierarchies on complicated TODO list
 
  ```
+ $ todo listall
 [1] - TODO(halfwit): Write all the code
  ✗ general: Show what things look like when added manually
  ✗ general: Show what auto generated looks like as well