{"id":52648,"library":"schollz-progressbar-v2","title":"progressbar","description":"A simple progress bar for terminal output.","status":"active","version":"2.15.0","language":"go","source_language":null,"source_url":"https://github.com/schollz/progressbar","tags":["progress","bar","terminal","cli"],"install":[{"cmd":"go get github.com/schollz/progressbar/v2","lang":"bash","label":"Install github.com/schollz/progressbar/v2"}],"dependencies":[],"imports":[{"symbol":"progressbar","correct":"github.com/schollz/progressbar/v2"}],"quickstart":{"code":"package main\n\nimport (\n\t\"time\"\n\t\"github.com/schollz/progressbar/v2\"\n)\n\nfunc main() {\n\tbar := progressbar.New(100)\n\tfor i := 0; i < 100; i++ {\n\t\tbar.Add(1)\n\t\ttime.Sleep(10 * time.Millisecond)\n\t}\n}","lang":"go","description":"Display a progress bar that increments to 100."},"warnings":[{"fix":"Switch to github.com/schollz/progressbar/v3.","message":"Version 2 is deprecated; use v3 for new projects.","severity":"breaking","affected_versions":"2.x"}],"env_vars":null,"search_vec":"'bar':5,10 'cli':12 'output':8 'progress':4,9 'progressbar':1 'simpl':3 'termin':7,11","created_at":"2026-06-15T07:05:50.797714+00:00","updated_at":"2026-06-15T07:05:50.797714+00:00","problems":[],"ecosystem":"go","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://github.com/schollz/progressbar","github":"https://github.com/schollz/progressbar","docs":"https://pkg.go.dev/github.com/schollz/progressbar/v2#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli","utility"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}