{"id":37102531,"url":"https://github.com/wunderkind2k1/emojiterm","last_synced_at":"2026-01-14T12:25:31.293Z","repository":{"id":65771083,"uuid":"596066077","full_name":"wunderkind2k1/emojiterm","owner":"wunderkind2k1","description":"A simple cli tool that encodes words into emojis and echos them to the terminal. use this in your scripts.","archived":false,"fork":false,"pushed_at":"2023-02-09T20:11:39.000Z","size":1659,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2024-06-19T13:46:48.067Z","etag":null,"topics":["cli","command-line","emoji","go","golang","terminal"],"latest_commit_sha":null,"homepage":"","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/wunderkind2k1.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2023-02-01T11:53:09.000Z","updated_at":"2023-09-11T19:38:15.000Z","dependencies_parsed_at":"2023-03-02T12:45:35.827Z","dependency_job_id":null,"html_url":"https://github.com/wunderkind2k1/emojiterm","commit_stats":{"total_commits":23,"total_committers":2,"mean_commits":11.5,"dds":"0.17391304347826086","last_synced_commit":"9926ea9a0a3dd28d7e004202302ec43c5b72cd46"},"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/wunderkind2k1/emojiterm","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunderkind2k1%2Femojiterm","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunderkind2k1%2Femojiterm/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunderkind2k1%2Femojiterm/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunderkind2k1%2Femojiterm/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wunderkind2k1","download_url":"https://codeload.github.com/wunderkind2k1/emojiterm/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wunderkind2k1%2Femojiterm/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28420756,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-14T10:47:48.104Z","status":"ssl_error","status_checked_at":"2026-01-14T10:46:19.031Z","response_time":107,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["cli","command-line","emoji","go","golang","terminal"],"created_at":"2026-01-14T12:25:30.789Z","updated_at":"2026-01-14T12:25:31.285Z","avatar_url":"https://github.com/wunderkind2k1.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# emojiterm\nA simple cli tool that encodes words into emojis and echos them to the terminal. use this in your scripts.\n\n![using emojiterm](vhs/emojiterm-running.gif)\n\n\n## Installation\n\n### With homebrew\n\n```shell\nbrew tap wunderkind2k1/tap\nbrew install emojiterm\n```\n\n![installing emojiterm](vhs/emojiterm-installation.gif)\n\n### Go standard: Through _go install_\n\n```shell\ngo install github.com/wunderkind2k1/emojiterm@latest\n```\n\n## Usage\n\n```shell\nemojiterm beer sushi bento\n 🍺  🍣  🍱\n```\n\n__or (since v.0.0.2)__\n```shell\n# to copy into clipboard. Needs pbcopy or xclip installed though\nemojiterm -c beer sushi bento\n```\n\nOf course pipes are going to work like before\n```shell\n# use pipes and don't eat sushi - note: -c is optional\nemojiterm -c beer bento sushi | cut -c 1,4\n\u003e 🍺🍱\n# your clipboard still has the sushi\n```\n\n\nor try to help yourself\n```shell\nemojiterm help                                                                  \nNAME:\n   emojiterm - text to emoji converter - Use underscore instead of space in emoji names - emojiterm \"\u003cspace separeted list of tokens\u003e\" | Example: emojiterm \"sun wine_glass beer)\"\n                                                                                          Names are based on this file: https://raw.githubusercontent.com/iamcal/emoji-data/master/emoji.json\n\nUSAGE:\n   emojiterm - text to emoji converter - Use underscore instead of space in emoji names [global options] command [command options] [arguments...]\n\nCOMMANDS:\n   help, h  Shows a list of commands or help for one command\n\nGLOBAL OPTIONS:\n   --clipboard, -c  write emojis to clipboard\n   --help, -h  show help\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwunderkind2k1%2Femojiterm","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwunderkind2k1%2Femojiterm","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwunderkind2k1%2Femojiterm/lists"}