ref: c7ae2396b86c168e4145eeba079e0d5f90d2b0aa
parent: 857fb20eb24c15789e3e136a968ecdf341bb1d81
author: halfwit <michaelmisch1985@gmail.com>
date: Fri Nov 29 12:42:33 PST 2019
Add image
--- a/README.md
+++ b/README.md
@@ -147,5 +147,5 @@
## Commands of intrigue
- `todo list` will output a list of all current leaves in the graph, (nodes which have no pending dependencies)
- `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 dot` can be piped to `graphviz` and friends to view your current task hierarchies, with the completed nodes elided
- - `todo dotall` will output a complete graph of all task hierarchies
+ - `todo dot` can be piped to `graphviz` and friends to view your current task hierarchies
+ 