{"id":29095858,"url":"https://github.com/ashish0kumar/gostty","last_synced_at":"2025-08-07T20:28:08.731Z","repository":{"id":295642042,"uuid":"990755322","full_name":"ashish0kumar/gostty","owner":"ashish0kumar","description":"👻 The iconic ghostty animation for your terminal","archived":false,"fork":false,"pushed_at":"2025-06-08T07:44:23.000Z","size":21959,"stargazers_count":17,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-17T12:19:53.189Z","etag":null,"topics":[],"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/ashish0kumar.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}},"created_at":"2025-05-26T15:27:01.000Z","updated_at":"2025-06-17T10:07:26.000Z","dependencies_parsed_at":null,"dependency_job_id":"b089428e-1705-41e4-b5b1-68e7c5ee452e","html_url":"https://github.com/ashish0kumar/gostty","commit_stats":null,"previous_names":["ashish0kumar/gostty"],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/ashish0kumar/gostty","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Fgostty","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Fgostty/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Fgostty/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Fgostty/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ashish0kumar","download_url":"https://codeload.github.com/ashish0kumar/gostty/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ashish0kumar%2Fgostty/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":262424316,"owners_count":23309119,"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-06-28T11:37:03.926Z","updated_at":"2025-08-07T20:28:08.704Z","avatar_url":"https://github.com/ashish0kumar.png","language":"Go","funding_links":[],"categories":["\u003ca name=\"animation\"\u003e\u003c/a\u003eAnimation"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003egostty\u003c/h1\u003e\n\n\u003cp align=\"center\"\u003e\nThe iconic \u003ca href=\"https://ghostty.org\"\u003eghostty.org\u003c/a\u003e animation in your terminal\n\u003c/p\u003e\n\n\n\u003cdiv align=\"center\"\u003e\n\u003cimg src=\"assets/animation.gif\" width=\"50%\"\u003e\n\u003c/div\u003e\n\n---\n\n## Features\n\n- **Seamless terminal animation** inspired by [ghostty.org](https://ghostty.org)\n- **Customizable highlight colors** (ANSI and named colors)\n- **Optional timer** to run the animation for a fixed duration\n- **Resizes dynamically** with terminal dimensions\n- **Animation frames embedded** inside the binary for easy distribution\n\n## Installation\n\n### Prerequisites\n\n[Go 1.23.2+](https://golang.org/doc/install)\n\n### Install via `go install`\n\n```bash\ngo install github.com/ashish0kumar/gostty@latest\n```\n\n### Build from source\n\nClone the repo, build the binary, and move it into your `$PATH`\n\n```bash\ngit clone https://github.com/ashish0kumar/gostty.git\ncd gostty\ngo build\nsudo mv gostty /usr/local/bin/\n```\n\nAlternative (using golang docker container image)\n\n```bash\ngit clone https://github.com/ashish0kumar/gostty.git\ncd gostty\ndocker pull golang:latest\ndocker run --rm -ti -v ./:/go/src golang:latest bash -c \"cd src; go build -buildvcs=false\"\nsudo mv gostty /usr/local/bin/\n```\n\n## Usage\n\n```bash\ngostty [options]\n```\n\n### Options\n\n| Flag               | Description                                         |\n|--------------------|-----------------------------------------------------|\n| `-c`, `--color`    | Set highlight color (name or ANSI code)             |\n| `-t`, `--timer`    | Run animation for a fixed number of seconds         |\n| `--colors`         | Show supported colors                               |\n| `-h`, `--help`     | Show help                                           |\n\n## Examples\n\n```bash\n# Use cyan highlight by name\ngostty -c cyan\n\n# Use ANSI color code 36 (cyan)\ngostty -c 36\n\n# Run the animation for 10 seconds\ngostty -t 10\n\n# Show supported color options\ngostty --colors\n```\n\n## Notes\n\n- Animation frames are embedded in the binary, so no external animation data file is required at runtime.\n- Make sure your terminal supports ANSI escape codes and is large enough to render the animation (77x41 chars).\n\n## Acknowledgments\n\n- Original ghostty animation concept from [ghostty.org](https://ghostty.org)\n- Partial reference from [SohelIslamImran/ghosttime](https://github.com/SohelIslamImran/ghosttime)\n\n\u003cbr\u003e\n\n\u003cp align=\"center\"\u003e\n\t\u003cimg src=\"https://raw.githubusercontent.com/catppuccin/catppuccin/main/assets/footers/gray0_ctp_on_line.svg?sanitize=true\" /\u003e\n\u003c/p\u003e\n\n\u003cp align=\"center\"\u003e\n        \u003ci\u003e\u003ccode\u003e\u0026copy 2025-present \u003ca href=\"https://github.com/ashish0kumar\"\u003eAshish Kumar\u003c/a\u003e\u003c/code\u003e\u003c/i\u003e\n\u003c/p\u003e\n\n\u003cdiv align=\"center\"\u003e\n\u003ca href=\"https://github.com/ashish0kumar/gostty/blob/main/LICENSE\"\u003e\u003cimg src=\"https://img.shields.io/github/license/ashish0kumar/gostty?style=for-the-badge\u0026color=CBA6F7\u0026logoColor=cdd6f4\u0026labelColor=302D41\" alt=\"LICENSE\"\u003e\u003c/a\u003e\u0026nbsp;\u0026nbsp;\n\u003c/div\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashish0kumar%2Fgostty","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fashish0kumar%2Fgostty","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fashish0kumar%2Fgostty/lists"}