{"id":16728255,"url":"https://github.com/tmc/spinner","last_synced_at":"2025-04-10T11:02:57.726Z","repository":{"id":252213066,"uuid":"839294861","full_name":"tmc/spinner","owner":"tmc","description":"spinner is a go package for showing terminal spinners","archived":false,"fork":false,"pushed_at":"2024-09-18T18:56:47.000Z","size":10,"stargazers_count":5,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T09:47:12.161Z","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/tmc.png","metadata":{"files":{"readme":"readme","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":"2024-08-07T10:18:21.000Z","updated_at":"2025-02-21T15:59:29.000Z","dependencies_parsed_at":"2024-08-08T11:42:41.758Z","dependency_job_id":"8beeac75-50a1-4bf9-bd08-355242ac0f53","html_url":"https://github.com/tmc/spinner","commit_stats":null,"previous_names":["tmc/spinner"],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fspinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fspinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fspinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/tmc%2Fspinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/tmc","download_url":"https://codeload.github.com/tmc/spinner/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248207017,"owners_count":21065191,"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":"2024-10-12T23:09:23.096Z","updated_at":"2025-04-10T11:02:57.695Z","avatar_url":"https://github.com/tmc.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Spinner\n\nSpinner is a flexible and customizable terminal spinner package for Go.\n\n## Features\n\n- Multiple pre-defined spinner styles\n- Customizable frames, colors, and intervals\n- Support for fixed and dynamic colors\n- Adjustable speed and position\n- Prefix and suffix text support\n- Easy to use API\n\n## Installation\n\n```bash\ngo get github.com/tmc/spinner\n```\n\n## Quick Start\n\n```go\npackage main\n\nimport (\n    \"time\"\n    \"github.com/tmc/spinner\"\n)\n\nfunc main() {\n    s := spinner.New()\n    s.Start()\n    time.Sleep(3 * time.Second)\n    s.Stop()\n}\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmc%2Fspinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftmc%2Fspinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftmc%2Fspinner/lists"}