pixcat
pixcat copied to clipboard
CLI and Python 3.6+ API to display images on a kitty terminal with optional resizing.
Using [miniplayer](https://github.com/GuardKenzie/miniplayer), which uses pixcat to display album art, I noticed that the number of `.pixcat-*` files in `/tmp/` would only increase. I believe this was also the cause of...
The only trace of a version statement is in `pixcat/__about__.py` line 7. Where does that version come from? I couldn't find any git tags indicating a version number.
I'm having trouble when I run pixcat over SSH. I get an error like: ``` Traceback (most recent call last): File "", line 1, in File "/home/dmitriy/.local/lib/python3.7/site-packages/pixcat/image.py", line 243, in...
pixcat r -a right -n -W 500 renders the filename as "-" -n and -O dont work with 't' thumbnail either
Hi, while I was packaging this utility for the AUR I noticed that building gave an error on missing the `python-ansiwrap` module. Adding that builds correctly, however it is not...