gocui icon indicating copy to clipboard operation
gocui copied to clipboard

Add support for dynamic ASCII trees

Open dastergon opened this issue 8 years ago • 0 comments

It would be great to have dynamic ASCII trees as widgets where we can expand or collapse the tree and navigate(using tab) on the nodes.

Example of an ASCII tree:

.
+── node1
│   ├── subnode1
│   ├── subnode2

dastergon avatar Feb 16 '18 20:02 dastergon