box-cli-maker icon indicating copy to clipboard operation
box-cli-maker copied to clipboard

ASoC: use termenv to detect color profile of terminals

Open Delta456 opened this issue 2 years ago • 3 comments

There is a lot of colour detection used in the library that can be removed, and muesli/termenv can be used to which will reduce the number of lines of code and boilerplate.

One will have to study all the detect_platform files to understand how colour profile checking by the module manually.

Delta456 avatar Aug 21 '23 16:08 Delta456

Hello 👋🏼

If I want to take up this issue, what do I need to know and which files do I need to focus on. Thanks in advance!

davesaah avatar Nov 24 '23 15:11 davesaah

Look at https://github.com/Delta456/box-cli-maker/blob/master/detect_unix.go and https://github.com/Delta456/box-cli-maker/blob/master/detect_windows.go to know where to start from.

Delta456 avatar Nov 24 '23 19:11 Delta456

Alright, I'm on to it

davesaah avatar Nov 25 '23 12:11 davesaah