{"id":16767395,"url":"https://github.com/vardius/progress-go","last_synced_at":"2025-07-27T07:08:38.225Z","repository":{"id":57550033,"uuid":"307653481","full_name":"vardius/progress-go","owner":"vardius","description":"Go simple progress bar writing to output","archived":false,"fork":false,"pushed_at":"2022-10-30T22:16:08.000Z","size":49,"stargazers_count":54,"open_issues_count":0,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-04T01:41:25.190Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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/vardius.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":".github/CONTRIBUTING.md","funding":null,"license":"LICENSE.md","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-10-27T09:49:29.000Z","updated_at":"2024-03-02T11:53:09.000Z","dependencies_parsed_at":"2022-09-10T06:10:20.886Z","dependency_job_id":null,"html_url":"https://github.com/vardius/progress-go","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/vardius/progress-go","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardius%2Fprogress-go","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardius%2Fprogress-go/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardius%2Fprogress-go/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardius%2Fprogress-go/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/vardius","download_url":"https://codeload.github.com/vardius/progress-go/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/vardius%2Fprogress-go/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267320257,"owners_count":24068527,"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","status":"online","status_checked_at":"2025-07-27T02:00:11.917Z","response_time":82,"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":[],"created_at":"2024-10-13T06:09:03.772Z","updated_at":"2025-07-27T07:08:38.203Z","avatar_url":"https://github.com/vardius.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"💯 progress-go\n================\n[![Build Status](https://travis-ci.org/vardius/progress-go.svg?branch=master)](https://travis-ci.org/vardius/progress-go)\n[![Go Report Card](https://goreportcard.com/badge/github.com/vardius/progress-go)](https://goreportcard.com/report/github.com/vardius/progress-go)\n[![codecov](https://codecov.io/gh/vardius/progress-go/branch/master/graph/badge.svg)](https://codecov.io/gh/vardius/progress-go)\n[![](https://godoc.org/github.com/vardius/progress-go?status.svg)](https://pkg.go.dev/github.com/vardius/progress-go)\n[![license](https://img.shields.io/github/license/mashape/apistatus.svg)](https://github.com/vardius/progress-go/blob/master/LICENSE.md)\n\n\u003cimg align=\"right\" height=\"180px\" src=\"https://github.com/vardius/gorouter/blob/master/website/src/static/img/logo.png?raw=true\" alt=\"logo\" /\u003e\n\nGo simple progress bar writing to output \n\n📖 ABOUT\n==================================================\nContributors:\n\n* [Rafał Lorenz](http://rafallorenz.com)\n\nWant to contribute ? Feel free to send pull requests!\n\nHave problems, bugs, feature ideas?\nWe are using the github [issue tracker](https://github.com/vardius/progress-go/issues) to manage them.\n\n## 📚 Documentation\n\nFor __examples__ **visit [godoc#pkg-examples](http://godoc.org/github.com/vardius/progress-go#pkg-examples)**\n\nFor **GoDoc** reference, **visit [pkg.go.dev](https://pkg.go.dev/github.com/vardius/progress-go)**\n\n🚏 HOW TO USE\n==================================================\n\n\u003cimg align=\"center\" src=\"https://github.com/vardius/progress-go/blob/master/.github/demo.gif?raw=true\" alt=\"Progress Bar CLI\" /\u003e\n\n## 🏫 Basic example\n```go\npackage main\n\nimport (\n\t\"log\"\n\n\t\"github.com/vardius/progress-go\"\n)\n\nfunc main() {\n\tbar := progress.New(0, 10)\n\n\t_, _ = bar.Start()\n\tdefer func() {\n\t\tif _, err := bar.Stop(); err != nil {\n\t\t\tlog.Printf(\"failed to finish progress: %v\", err)\n\t\t}\n\t}()\n\n\tfor i := 0; i \u003c 10; i++ {\n\t\t_, _ = bar.Advance(1)\n\t}\n}\n```\n\n📜 [License](LICENSE.md)\n-------\n\nThis package is released under the MIT license. See the complete license in the package.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvardius%2Fprogress-go","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvardius%2Fprogress-go","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvardius%2Fprogress-go/lists"}