ref: 448f2935f5f49154a3e568ea48e961e963e20aaf
parent: ad913babb979a1e9cae36284a6f4c5909b246d05
author: halfwit <michaelmisch1985@gmail.com>
date: Tue Oct 8 17:27:45 PDT 2019
Pass in our proper file
--- a/todo
+++ b/todo
@@ -7,7 +7,8 @@
case $1 in
list) ;;
listall) ;;
- dot) make -Bnd | makefile2graph >/dev/null || echo Please install https://github.com/lindenb/makefile2graph ;;
+ dot) shift
+ make -Bnd --file=$XDG_DATA_HOME/todo2/$@ | makefile2graph >/dev/null || echo Please install https://github.com/lindenb/makefile2graph ;;
generate) ;;
add) ;;
rm) ;;