đž Archived View for bbs.geminispace.org âē s âē ascii-art âē 16264 captured on 2024-05-26 at 15:02:05. Gemini links have been rewritten to link to archived content
âŦ ī¸ Previous capture (2024-05-10)
âĄī¸ Next capture (2024-06-16)
-=-=-=-=-=-=-
Hey! I can only take credit for the idea, but I am sharing a little script cobbled together with artificial help that generates a little .gmi ANSI gallery out of images in a directory.
An example:
$ ls
something.jpeg
something_else.jpeg
testing.jpeg
another.jpeg
somefile.jpeg
$ ./chafa-gmi-gallery-gen.sh
Enter gallery name or leave blank to use the current date ('2024-04-20'): test
Enter image file extension(s) to look for or leave blank for all images (e.g., 'JPG' or 'png, jpg, gif, jpeg'): jpeg
Processing...
$ cd test
$ ls
index.gmi test-1.gmi test-2.gmi test-3.gmi test-4.gmi test-5.gmi
Chafa gallery generator for .gmi
Apr 20 ¡ 5 weeks ago ¡ đ mozz, norayr, gemalaya
đ requiem [OP] ¡ Apr 20 at 20:22:
Some more notes:
And let me know what you think.
đ stack ¡ Apr 20 at 23:18:
What is a chafa?
đ requiem [OP] ¡ Apr 20 at 23:28:
It's in the links, but Chafa is a command line tool to convert images to ANSI / ASCII art for displaying in the terminal. Pretty neat. Many Gemini clients like Offpunk rely on it.