{"id":37097498,"url":"https://github.com/y-hatano-github/candle","last_synced_at":"2026-01-14T11:59:06.088Z","repository":{"id":179069403,"uuid":"662921382","full_name":"y-hatano-github/candle","owner":"y-hatano-github","description":"CLI command to display candle fire effect written in Golang","archived":false,"fork":false,"pushed_at":"2025-12-18T07:14:04.000Z","size":63,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-12-21T15:28:27.938Z","etag":null,"topics":["animation","cli","cmd","command","command-line","cui","fire-effect","go-cli","golang","joke","joke-app","joke-application","joke-cli","joke-command","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/y-hatano-github.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2023-07-06T07:12:36.000Z","updated_at":"2025-12-18T07:09:59.000Z","dependencies_parsed_at":"2024-03-22T09:32:47.501Z","dependency_job_id":"031899ad-6d6b-422a-a97f-813ee6652d75","html_url":"https://github.com/y-hatano-github/candle","commit_stats":null,"previous_names":["y-hatano-github/candle"],"tags_count":16,"template":false,"template_full_name":null,"purl":"pkg:github/y-hatano-github/candle","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-hatano-github%2Fcandle","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-hatano-github%2Fcandle/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-hatano-github%2Fcandle/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-hatano-github%2Fcandle/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/y-hatano-github","download_url":"https://codeload.github.com/y-hatano-github/candle/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/y-hatano-github%2Fcandle/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28419272,"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":["animation","cli","cmd","command","command-line","cui","fire-effect","go-cli","golang","joke","joke-app","joke-application","joke-cli","joke-command","terminal"],"created_at":"2026-01-14T11:59:05.370Z","updated_at":"2026-01-14T11:59:06.078Z","avatar_url":"https://github.com/y-hatano-github.png","language":"Go","readme":"![candle](candle.gif)\r\n\r\n# 🕯️ Candle\r\nThis is a joke command that displays a candle-like fire effect in your terminal.  \r\nIt renders a retro-style flame animation that serves absolutely no purpose—other than looking cool.  \r\nRequires a terminal with 256-color support.  \r\n\r\n# ⚙️ Features\r\n- 🔥 Retro-style flame rendering.\r\n- ⏳ Configurable display duration.\r\n- 🎨 256-color terminal required.\r\n- 🖥️ Cross-platform binaries (Windows, macOS, Linux)\r\n\r\n# 💾 Download\r\n👉 Get the latest release here:\r\nhttps://github.com/y-hatano-github/candle/releases/latest\r\n\r\n# Quick start\r\n## 🐧 Linux\r\n```bash\r\nwget https://github.com/y-hatano-github/candle/releases/latest/download/candle_linux_amd64.tar.gz\r\ntar -xzvf candle_linux_amd64.tar.gz\r\nmv candle /usr/local/bin/\r\ncandle\r\n```\r\n\r\n## 🍎 macOS\r\n```bash\r\ncurl -LO https://github.com/y-hatano-github/candle/releases/latest/download/candle_darwin_amd64.tar.gz\r\ntar -xzvf candle_darwin_amd64.tar.gz\r\nsudo mv candle /usr/local/bin/\r\ncandle\r\n```\r\n\r\n## 🪟 Windows\r\n```powershell\r\nInvoke-WebRequest -OutFile candle_windows_amd64.tar.gz https://github.com/y-hatano-github/candle/releases/latest/download/candle_windows_amd64.tar.gz\r\ntar -xzvf  candle_windows_amd64.tar.gz\r\n.\\candle.exe\r\n```\r\n\r\n## 📘 Usage\r\n```\r\nUsage: candle [DURATIONTIME]\r\n\r\nPositional arguments:\r\n  DURATIONTIME           [Optional]duration time\r\n\r\nOptions:\r\n  --help, -h             display this help and exit\r\n```\r\n\r\nExample: display the candle flame for three seconds   \r\n```\r\ncandle 3\r\n```\r\n## ⌨️ Key bindings\r\n[esc / CTRL+C] - exit  \r\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-hatano-github%2Fcandle","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fy-hatano-github%2Fcandle","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fy-hatano-github%2Fcandle/lists"}