{"id":50750,"library":"cheggaaa-pb-v3","title":"Progress Bar v3","description":"A simple progress bar library for Go, supporting multiple styles and customization.","status":"active","version":"3.1.7","language":"go","source_language":null,"source_url":"https://github.com/cheggaaa/pb","tags":["progress-bar","cli","terminal","ui"],"install":[{"cmd":"go get github.com/cheggaaa/pb/v3","lang":"bash","label":"Install github.com/cheggaaa/pb/v3"}],"dependencies":[],"imports":[{"symbol":"pb","correct":"github.com/cheggaaa/pb/v3"}],"quickstart":{"code":"package main\n\nimport (\n\t\"time\"\n\n\t\"github.com/cheggaaa/pb/v3\"\n)\n\nfunc main() {\n\tcount := 100\n\tbar := pb.StartNew(count)\n\tfor i := 0; i < count; i++ {\n\t\tbar.Increment()\n\t\ttime.Sleep(time.Millisecond * 10)\n\t}\n\tbar.Finish()\n}","lang":"go","description":"Create and update a progress bar."},"warnings":[],"env_vars":null,"search_vec":"'bar':2,7,18 'cli':19 'custom':15 'go':10 'librari':8 'multipl':12 'progress':1,6,17 'progress-bar':16 'simpl':5 'style':13 'support':11 'termin':20 'ui':21 'v3':3","created_at":"2026-06-15T05:08:04.287687+00:00","updated_at":"2026-06-15T05:08:04.287687+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/cheggaaa/pb","github":"https://github.com/cheggaaa/pb","docs":"https://pkg.go.dev/github.com/cheggaaa/pb/v3#section-documentation","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["cli"],"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}}