jroimartin / gocui

Minimalist Go package aimed at creating Console User Interfaces.
BSD 3-Clause "New" or "Revised" License
9.92k stars 608 forks source link

Add support for dynamic ASCII trees #142

Open dastergon opened 6 years ago

dastergon commented 6 years ago

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