dep-tree
dep-tree copied to clipboard
Graphical differentiation between kinds of edges
When selecting a node, all the edges are highlighted equally, but some edges might be different than others:
- There's inbound edges, which means, files that depend on the highlighted node
- There's outbound edges, for files in which the highlighted node depends on
- There's cycle edges, which are dependencies that introduce a dependency cycle
It would be nice to give the option to differentiate those somehow