ref: 65b9138e9eaf6cc5e26d4d5815b6ae80f4687795
parent: dc888af8bbab1c29c3d8b7c8cbcf5010caf3be9c
author: halfwit <michaelmisch1985@gmail.com>
date: Tue Oct 8 17:16:28 PDT 2019
Add note about makefile2graph req Signed-off-by: halfwit <michaelmisch1985@gmail.com>
--- a/README.md
+++ b/README.md
@@ -108,6 +108,7 @@
- `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
+ (Requires https://github.com/lindenb/makefile2graph)
## Sharing
The best method is to include your existing todo2-specific Makefile into your current revision system, and symbolically link it into the `$XDG_DATA_HOME/todo2/` directory.