MartinPacker / filterCSV

Tools to manipulate CSV files in a format suitable for importing into various mindmapping programs - such as iThoughts, Freemind, and MindNode.
MIT License
32 stars 8 forks source link

Add Graphviz .dot output format #53

Closed MartinPacker closed 4 years ago

MartinPacker commented 4 years ago

This is a simple text-based format that can be turned very easily into a directed graph in a variety of formats, e.g. PNG. You use the dot command in the Graphviz package to do this:

dot -T png test.dot > test.png

cclauss commented 4 years ago

https://github.com/mingrammer/diagrams

MartinPacker commented 4 years ago

Shipped in 1.4 on 27 June 2020. Closed