Tai (rust tool)

find . -iregex  ".*\.\(png\|jpg\)" -type f -exec \
tai -s 1 -S ascii -c -d {} \;

To get a cli feeling on what kind of images are in the current dir.


redit git