{"id":20214213,"url":"https://github.com/masterminds/kitt","last_synced_at":"2025-04-10T14:08:15.467Z","repository":{"id":57488215,"uuid":"51001865","full_name":"Masterminds/kitt","owner":"Masterminds","description":"Make your CLI apps pretty","archived":false,"fork":false,"pushed_at":"2016-02-03T15:53:01.000Z","size":4,"stargazers_count":16,"open_issues_count":0,"forks_count":3,"subscribers_count":6,"default_branch":"master","last_synced_at":"2025-03-24T12:48:02.950Z","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":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Masterminds.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}},"created_at":"2016-02-03T13:36:59.000Z","updated_at":"2023-09-08T17:06:38.000Z","dependencies_parsed_at":"2022-08-29T11:22:28.029Z","dependency_job_id":null,"html_url":"https://github.com/Masterminds/kitt","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Masterminds%2Fkitt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Masterminds%2Fkitt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Masterminds%2Fkitt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Masterminds%2Fkitt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Masterminds","download_url":"https://codeload.github.com/Masterminds/kitt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248232173,"owners_count":21069475,"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-11-14T06:14:39.896Z","updated_at":"2025-04-10T14:08:15.444Z","avatar_url":"https://github.com/Masterminds.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Kitt: Make CLI Pretty\n\nKitt is a small Go library for improving CLI UIs.\n\nIt currently provides the following:\n\n- A configurable progress indicator.\n\n## Usage\n\nHere's an example progress indicator.\n\n```go\npackage main\n\nimport (\n\t\"time\"\n\n\t\"github.com/Masterminds/kitt/progress\"\n)\n\nfunc main() {\n\tp := progress.NewIndicator()\n\tp.Start(\"Starting\")\n\n\ttime.Sleep(2 * time.Second)\n\tp.Message(\"Still going\")\n\n\ttime.Sleep(2 * time.Second)\n\tp.Done(\"Done\")\n\n\ttime.Sleep(20 * time.Millisecond)\n\tprintln(\"The end\")\n}\n```\n\nThere are all kinds of things you can customize, including the graph\nused for the meter itself, as well as the timing.\n\nFor more, see the `_examples` directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterminds%2Fkitt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmasterminds%2Fkitt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmasterminds%2Fkitt/lists"}