█▀▀ ▀█▀ █▀▄ █▀█ █ █ ▀█▀   █▀▀ ▄▀█ █   █   █▀▀ █▀█ █▄█
 ▄▄█  █  █▄▀ █▄█ █▄█  █  ▄ █▄█ █▀█ █▄▄ █▄▄ ██▄ █▀▄  █

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"
}
# title, artist, and statement are required. url, artistUrl, and email are optional.
# submissions are validated and you'll see confirmation or an error immediately.
# rate limited to 3 submissions per hour.
# too much ceremony? email george@mand.is with an image,
# a sentence or two, and a link. we'll handle the rest.
# visit the gallery: ssh stdout.gallery
# stay updated: stdout.gallery/join
# or learn more at stdout.gallery