Byron / dua-cli

View disk space usage and delete unwanted data, fast.
https://lib.rs/crates/dua-cli
MIT License
4.19k stars 113 forks source link

Replace tui with ratatui #161

Closed auronandace closed 1 year ago

auronandace commented 1 year ago

I noticed you have tui as a dependency and it has not been maintained for quite a while now.

Here is a drop-in alternative that may be useful: https://github.com/tui-rs-revival/ratatui

It seems to be all development has now shifted to ratatui as a successor to the very popular tui crate.

Byron commented 1 year ago

Thanks for letting me know and I will keep this in mind in case tui one day breaks. Until that day, I am happy with tui particularly because it doesn't change, reducing my maintenance burden. Thanks for your understanding.