Once I finish it, pt2dt will be an organizational tool. It’s original
purpose is to help me plan and visualize curriculums, but I’m sure that I’ll
find other uses for it.
To use pt2dt, you’ll first have to create a series of plain text files. The names of the files will be their ids. For example:
$ cat addition.txt depends: reading.txt, counting.txt $ cat counting.txt $ cat multiplication.txt depends: reading.txt, counting.txt, addition.txt $ cat reading.txt $
From here, running pt2dt multiplication.txt would generate a visual
dependency tree showing that multiplication depends on reading, counting and
addition and that addition depends on reading and counting.