ravachol / kew

A command-line music player
GNU General Public License v2.0
567 stars 21 forks source link

A question. #96

Closed xplshn closed 9 months ago

xplshn commented 9 months ago

Sorry to bother, but, how do you do this? "Display album covers as ASCII art or as a normal image."? How can I achieve that too? Is there a CLI program to do that that is written in pure C too?

ravachol commented 9 months ago

I use the most excellent chafa:

https://hpjansson.org/chafa/ https://github.com/hpjansson/chafa/

Yes it's c.

xplshn commented 9 months ago

Thanks for the response