https://github.com/evertras/bubble-data-tree
A way to visualize data structures in Bubble Tea
https://github.com/evertras/bubble-data-tree
Last synced: about 1 year ago
JSON representation
A way to visualize data structures in Bubble Tea
- Host: GitHub
- URL: https://github.com/evertras/bubble-data-tree
- Owner: Evertras
- License: mit
- Created: 2022-03-05T02:59:06.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-13T10:30:06.000Z (about 4 years ago)
- Last Synced: 2025-02-12T06:37:38.143Z (over 1 year ago)
- Language: Go
- Size: 62.5 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Bubble-data-tree
A data visualization component for the
[Bubble Tea framework](https://github.com/charmbracelet/bubbletea) that can
display arbitrary data structures for exploration.

[View above sample source code](./examples/simple/main.go)
## Overview
This component is intended to display any arbitrary data structure given to it
as a tree for easy reading/exploration purposes.
Currently it is not its own viewport, though this may change as it is very much
intended to be used with very large data structures.
## Features
Currently just a simple view, as shown above.
For feature requests please check existing issues, or feel free to open an issue
if one does not already exist for a feature you want.