Replies: 1 comment 1 reply
-
Sure it would be nice, but that would be a challenge to render to the terminal and I only have so much time. It doesn't feel as universally applicable as the current feature set so I can't see it going in the core. It is my hope that third parties will implement such things using the render protocol. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
In addition to the great tree rendering option, it would be cool to have some simple graph visualization capabilities.
Maybe one could start supporting directed graphs in a hierarchical sugiyama layout.
Basically this would be an extension of tree rendering (top to bottom instead of left to right) with the option to connect multiple predecessor nodes to a singe ancestor node.
Would something like this be feasible to include into rich?
I think it would nicely complement the feature palette of tree and table rendering.
Best regards
Lars
Beta Was this translation helpful? Give feedback.
All reactions