An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# Bubble-data-tree


Latest Release
GoDoc
Coverage Status

A data visualization component for the
[Bubble Tea framework](https://github.com/charmbracelet/bubbletea) that can
display arbitrary data structures for exploration.

![Simple example](https://user-images.githubusercontent.com/5923958/156870201-b1fa6dee-1150-4a6f-b3e6-f0e64793bc33.png)

[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.