{"id":27962241,"url":"https://github.com/perbu/memegen","last_synced_at":"2026-07-18T13:04:31.015Z","repository":{"id":285059326,"uuid":"956705511","full_name":"perbu/memegen","owner":"perbu","description":"cli meme generator","archived":false,"fork":false,"pushed_at":"2025-03-29T09:40:51.000Z","size":738,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-05-07T19:15:07.979Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/perbu.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-03-28T18:01:44.000Z","updated_at":"2025-03-29T09:40:54.000Z","dependencies_parsed_at":"2025-03-29T08:25:12.053Z","dependency_job_id":"c79d12e8-39dc-4e3e-9f9c-87ff0f141cbe","html_url":"https://github.com/perbu/memegen","commit_stats":null,"previous_names":["perbu/memegen"],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fmemegen","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fmemegen/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fmemegen/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/perbu%2Fmemegen/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/perbu","download_url":"https://codeload.github.com/perbu/memegen/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252940903,"owners_count":21828769,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2025-05-07T19:15:12.169Z","updated_at":"2025-10-17T03:20:59.855Z","avatar_url":"https://github.com/perbu.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# memegen\n\nA simple Go command-line utility to generate a meme by adding outlined white text to an embedded template image (\n`template.png`).\n\nYou'd typically use this together with something like pngcopy. \n\n## Usage\n\n```bash\n$ memegen -text 'Generate all the memes!!!'  | png2clip\n```\n\n### png2clip\nThis is on a mac. Probably a lot easier on Linux.\n```bash\n#!/bin/bash\n\n# Create a temp file with .png extension\ntmpfile=$(mktemp /tmp/clipboard_image.XXXXXX.png)\n\n# Save stdin content to this temp file\ncat \u003e \"$tmpfile\"\n\n# Use AppleScript to copy the image to clipboard\nosascript -e \"set the clipboard to (read (POSIX file \\\"$tmpfile\\\") as «class PNGf»)\"\n\n# Clean up temp file\nrm \"$tmpfile\"\n```\n\n\n## Font Used\n\nThis tool embeds the **Bebas Neue** font (`font.ttf`).\n\n- Copyright: Ryoichi Tsunekawa\n- Source: \u003chttps://fonts.google.com/specimen/Bebas+Neue\u003e\n- License: SIL Open Font License (OFL)\n\n## Requirements\n\n- Go 1.16+\n\n## Install\n```bash\ngo install github.com/perbu/memegen@latest\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperbu%2Fmemegen","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fperbu%2Fmemegen","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fperbu%2Fmemegen/lists"}