█▀▀ ▀█▀ █▀▄ █▀█ █ █ ▀█▀ █▀▀ ▄▀█ █ █ █▀▀ █▀█ █▄█
▄▄█ █ █▄▀ █▄█ █▄█ █ ▄ █▄█ █▀█ █▄▄ █▄▄ ██▄ █▀▄ █
an ssh art gallery
# submit artwork
We're looking for work that becomes interesting when translated into
terminal characters — paintings, photos, generative art, screenshots,
sketches, whatever. You send one image, a short note, and a link.
$ cat how_to_submit.txt
Create a zip file with two things:
1. meta.json — title, artist, statement, and optional urls/email
2. artwork.png (or .jpg) — your image (<5mb, max 2000x2000px)
Then pipe it over SSH:
ssh stdout.gallery submit< submission.zip
copy
$ cat meta.json.example
{
"title": "Name of the Work",
"artist": "Your Name",
"statement": "A few sentences about the work.",
"url": "https://link-to-the-work.com",
"artistUrl": "https://your-portfolio.com",
"email": "you@example.com"
}
ssh stdout.gallery