{"id":20820354,"url":"https://github.com/kyoh86/git-statuses","last_synced_at":"2025-05-07T15:43:12.399Z","repository":{"id":52799690,"uuid":"40214972","full_name":"kyoh86/git-statuses","owner":"kyoh86","description":"finds local git repositories and show statuses of them","archived":false,"fork":false,"pushed_at":"2024-06-18T18:03:46.000Z","size":218,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-06-19T23:36:26.858Z","etag":null,"topics":["cli-app","git","go","golang"],"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/kyoh86.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":"2015-08-05T00:01:37.000Z","updated_at":"2024-06-18T18:03:43.000Z","dependencies_parsed_at":"2024-01-21T12:29:17.380Z","dependency_job_id":"95ad496c-4fd7-4dc2-9207-537ec55ef211","html_url":"https://github.com/kyoh86/git-statuses","commit_stats":null,"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoh86%2Fgit-statuses","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoh86%2Fgit-statuses/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoh86%2Fgit-statuses/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kyoh86%2Fgit-statuses/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kyoh86","download_url":"https://codeload.github.com/kyoh86/git-statuses/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225096700,"owners_count":17420293,"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":["cli-app","git","go","golang"],"created_at":"2024-11-17T22:09:01.267Z","updated_at":"2024-11-17T22:09:01.895Z","avatar_url":"https://github.com/kyoh86.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-statuses\n\n**git-statuses** finds local git repositories and show statuses of them.\n\n[![PkgGoDev](https://pkg.go.dev/badge/kyoh86/git-statuses)](https://pkg.go.dev/kyoh86/git-statuses)\n[![Go Report Card](https://goreportcard.com/badge/github.com/kyoh86/git-statuses)](https://goreportcard.com/report/github.com/kyoh86/git-statuses)\n[![Coverage Status](https://img.shields.io/codecov/c/github/kyoh86/git-statuses.svg)](https://codecov.io/gh/kyoh86/git-statuses)\n[![Release](https://github.com/kyoh86/git-statuses/workflows/Release/badge.svg)](https://github.com/kyoh86/git-statuses/releases)\n\n## Install\n\n```\ngo install github.com/kyoh86/git-statuses@latest\n```\n\n## Usage\n\n```sh\ngit statuses [--json] (pathspec)\n```\n\nor\n\n```sh\ncd (pathspec); git statuses [--json]\n```\n\n## Result\n\n### Sample\n\n```console\n$ git statuses\n-1 +2  U github.com/kyoh86/git-statuses\n-1     U github.com/kyoh86/go-jsonrider\n   +3 M  github.com/kyoh86/go-pcre\n      M  github.com/kyoh86/gogh\n      MU github.com/kyoh86/mogelo\n```\n\n### Format\n```\n(status) (repository path)\n(status) (repository path)\n:        :\n```\n\n|status|description                     |\n|:----:|--------------------------------|\n|`+n`  |Contains ahead commits          |\n|`-n`  |Contains behind commits         |\n|`M`   |Contains deleted/modified files |\n|`U`   |Contains untracked files        |\n\n# LICENSE\n\n[![MIT License](http://img.shields.io/badge/license-MIT-blue.svg)](http://www.opensource.org/licenses/MIT)\n\nThis is distributed under the [MIT License](http://www.opensource.org/licenses/MIT).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyoh86%2Fgit-statuses","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkyoh86%2Fgit-statuses","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkyoh86%2Fgit-statuses/lists"}