bczsalba / pytermgui

Python TUI framework with mouse support, modular widget system, customizable and rapid terminal markup language and more!
https://ptg.bczsalba.com
MIT License
2.23k stars 54 forks source link

[REQUEST] Add color picker CLI tool #10

Closed bczsalba closed 2 years ago

bczsalba commented 2 years ago

Is your feature request related to a problem? Please describe. It is very often that I need to reference terminal colors, but the module provides no easy way to do so. You can run code in the interpreter using the ColorPicker name, but it is cumbersome to do.

Describe the solution you'd like A new app in the ptg CLI: ColorPicker. You could launch it from the application launcher, or ptg --app ColorPicker.

Describe alternatives you've considered The aforementioned ColorPicker manual use.

Is this feature present in other TUI products? Not quite sure.