{"id":15870916,"url":"https://github.com/sgreben/stdin-spinner","last_synced_at":"2026-04-30T10:35:17.896Z","repository":{"id":80988941,"uuid":"171049021","full_name":"sgreben/stdin-spinner","owner":"sgreben","description":"terminal spinner indicating whether data is coming in on stdin. single binary, no dependencies. linux, osx, windows. ","archived":false,"fork":false,"pushed_at":"2020-05-04T22:57:42.000Z","size":247,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-01T22:31:49.097Z","etag":null,"topics":["cli","indicator","progress","spinner","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/sgreben.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":"2019-02-16T20:33:03.000Z","updated_at":"2023-03-15T09:38:39.000Z","dependencies_parsed_at":null,"dependency_job_id":"98685093-007a-4ecd-aa90-1bb8f5ca1bf3","html_url":"https://github.com/sgreben/stdin-spinner","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"purl":"pkg:github/sgreben/stdin-spinner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fstdin-spinner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fstdin-spinner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fstdin-spinner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fstdin-spinner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sgreben","download_url":"https://codeload.github.com/sgreben/stdin-spinner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sgreben%2Fstdin-spinner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32462304,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-29T22:27:22.272Z","status":"online","status_checked_at":"2026-04-30T02:00:05.929Z","response_time":57,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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","indicator","progress","spinner","terminal"],"created_at":"2024-10-06T00:40:55.584Z","updated_at":"2026-04-30T10:35:17.879Z","avatar_url":"https://github.com/sgreben.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# stdin-spinner\n\n`stdin-spinner` is a terminal spinner indicating if data is coming in on stdin.\n\nFor when you need to show the user that something is happening, but don't want to spam them with raw logs.\n\n![no-spin](doc/nospin.gif) ![spin](doc/spin.gif)\n\n## Contents\n\n- [Contents](#contents)\n- [Get it](#get-it)\n- [Usage](#usage)\n\n## Get it\n\nUsing go get:\n\n```bash\ngo get -u github.com/sgreben/stdin-spinner\n```\n\nOr [download the binary](https://github.com/sgreben/stdin-spinner/releases/latest) from the releases page.\n\n```bash\n# Linux\ncurl -LO https://github.com/sgreben/stdin-spinner/releases/download/1.0.6/stdin-spinner_1.0.6_linux_x86_64.zip\nunzip stdin-spinner_1.0.6_linux_x86_64.zip\n\n# OS X\ncurl -LO https://github.com/sgreben/stdin-spinner/releases/download/1.0.6/stdin-spinner_1.0.6_osx_x86_64.zip\nunzip stdin-spinner_1.0.6_osx_x86_64.zip\n\n# Windows\ncurl -LO https://github.com/sgreben/stdin-spinner/releases/download/1.0.6/stdin-spinner_1.0.6_windows_x86_64.zip\nunzip stdin-spinner_1.0.6_windows_x86_64.zip\n```\n\n## Usage\n\n```text\nUsage of stdin-spinner:\n  -a\t(alias for -tee-append)\n  -frames string\n    \tspinner animation frames (default \"░▒▓█▓▒░\")\n  -r duration\n    \t(alias for -refresh) (default 100ms)\n  -refresh duration\n    \t (default 100ms)\n  -tee string\n    \tcopy stdin to this file\n  -tee-append\n    \tappend to the tee file (if specified)\n  -w int\n    \t(alias for -width) (default 12)\n  -width int\n    \tspinner animation width (default 12)\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgreben%2Fstdin-spinner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsgreben%2Fstdin-spinner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsgreben%2Fstdin-spinner/lists"}