twiggy icon indicating copy to clipboard operation
twiggy copied to clipboard

Use tui-rs for the interface

Open AlexEne opened this issue 4 years ago • 1 comments

💡 Feature Description

Explore using https://github.com/fdehau/tui-rs for the interface. It's used by gitui and many other cool projects and we can do some pretty basic but useful data visualizations. E.g. one can imagine a column on the left with the function list and when you select a function you can explore the wat for it in a column to the right.

Other cool visualizations can be done with it.

🙌 Are you interested in implementing this feature?

Add an "X" to one of the following:

  • [X] Yes

AlexEne avatar Aug 06 '21 20:08 AlexEne

Hi, I was looking for something to summarize by crate https://github.com/rustwasm/twiggy/issues/17 (similar to cargo bloat --release --crates) - if I understand correctly, this is to make it more accessible, what would be a less accessible way to do this, in the meantime?

ivnsch avatar Jan 12 '23 15:01 ivnsch