Kathara icon indicating copy to clipboard operation
Kathara copied to clipboard

UI Improvements using `rich`

Open Skazza94 opened this issue 5 months ago • 0 comments

The existing CLI UI lacks certain features that would make it more informative, visually appealing, and user-friendly.

To address these shortcomings, we propose integrating the rich library into Kathará. The rich library provides a powerful set of tools for creating rich terminal-based user interfaces. By leveraging the capabilities of rich, we can introduce features such as enhanced text formatting, better tables, and more.

Moreover, this will remove some third party libraries (coloredlogs and terminaltables) that are used to achieve similar results, reducing the number of external dependencies.

Skazza94 avatar Jan 30 '24 15:01 Skazza94