{"id":16347915,"url":"https://github.com/victoriadrake/git-rundown","last_synced_at":"2025-03-23T00:32:58.811Z","repository":{"id":82779317,"uuid":"244415536","full_name":"victoriadrake/git-rundown","owner":"victoriadrake","description":" 🗃 Check the status of multiple git repositories in a folder","archived":false,"fork":false,"pushed_at":"2023-02-19T14:47:12.000Z","size":51,"stargazers_count":14,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-18T16:04:09.416Z","etag":null,"topics":["developer-tools","development-environment","git","github"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"unlicense","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/victoriadrake.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":"2020-03-02T16:12:01.000Z","updated_at":"2024-06-25T06:51:58.000Z","dependencies_parsed_at":"2023-07-04T08:33:15.732Z","dependency_job_id":null,"html_url":"https://github.com/victoriadrake/git-rundown","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fgit-rundown","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fgit-rundown/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fgit-rundown/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/victoriadrake%2Fgit-rundown/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/victoriadrake","download_url":"https://codeload.github.com/victoriadrake/git-rundown/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245040235,"owners_count":20551297,"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":["developer-tools","development-environment","git","github"],"created_at":"2024-10-11T00:47:05.044Z","updated_at":"2025-03-23T00:32:58.793Z","avatar_url":"https://github.com/victoriadrake.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# git-rundown: 🗃 Check the status of multiple git repositories in a folder\n\nI have a directory of git repositories, and I want to know the state of them without `cd`-ing into each one. I want a git rundown.\n\nForked from @mzabriskie's [git-status gist](https://gist.github.com/mzabriskie/6631607), this script provides a colorfully concise two-line output that includes the current branch name, status of modified or untracked files, as well as noting if there are unpushed commits. It looks one level deep for a git repository, and will note if the current folder isn't one.\n\n![Screenshot of output](screenshot.png)\n\nThis works really well for a directory on your machine like `~/user/github/` where you've cloned all your repositories.\n\n## Usage\n\nSave as a file, for example, `git-rundown.sh`. Make it executable, then run:\n\n```bash\nchmod +x git-rundown.sh\n./git-rundown.sh [directory]\n```\n\nThe directory argument is optional and defaults to the current directory.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictoriadrake%2Fgit-rundown","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fvictoriadrake%2Fgit-rundown","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fvictoriadrake%2Fgit-rundown/lists"}