Eric Bower
·
2025-12-05
kitty_gfx.sh
1#!/bin/bash
2
3# transmit a PNG (format=100 → PNG)
4data=$(base64 -w0 ./logo.png)
5printf '\033_Ga=T,f=100;%s\033\\' "$data"
git clone https://github.com/neurosnap/zmx.git
1#!/bin/bash
2
3# transmit a PNG (format=100 → PNG)
4data=$(base64 -w0 ./logo.png)
5printf '\033_Ga=T,f=100;%s\033\\' "$data"