tui-rs-tree-widget icon indicating copy to clipboard operation
tui-rs-tree-widget copied to clipboard

Tree Widget for tui-rs

Results 9 tui-rs-tree-widget issues
Sort by recently updated
recently updated
newest added

I would like to create a copy of the tree without text, style etc to keep it around in the state. Keeping it in the state seems necessary for later...

Hello, I am currently using this in a project of mine (see https://github.com/Cypressxyx/lazycurl/commit/672a9361011f57a97c11d60d97444fb97d3e2d95) and it appears like installing this somehow broke my LSP for lunarvim. I am not sure why,...

Currently you are forced to copy the items into the tree. With this change you can avoid this overhead. It works for my use case but if I missed something...

I would like to add an event handler that opens all child leaves when a parent leave is selected. Currently it seems to only be possible to open 1 level?...

While a `TreeItem` trait (#33) gives some flexibility and only rendering of existing items a `TreeData` trait allows for fully custom data structures. With a lot of flexibility. Also, `TreeData`...

Hi, I would like to use tui-rs-tree to display sensor readings. In addition of using the tree to browse the sensor information I would like to display the current value...

Updates the requirements on [unicode-width](https://github.com/unicode-rs/unicode-width) to permit the latest version. Commits See full diff in compare view Dependabot will resolve any conflicts with this PR as long as you don't...

dependencies

Hi there, for my use case (home automation tui) I want to be able to select two or more items in the tree. I would like to have a difference...

Hi! I'm using this crate as a means to build a File System-like viewer. However, I'm having some trouble and maybe am overcomplicating things. I currently have a vector of...