{"id":17123468,"url":"https://github.com/hasboeuf/yogit","last_synced_at":"2025-08-21T09:08:07.824Z","repository":{"id":35016044,"uuid":"193755639","full_name":"hasboeuf/yogit","owner":"hasboeuf","description":"Command line tool for GitHub daily work","archived":false,"fork":false,"pushed_at":"2023-05-22T22:30:17.000Z","size":174,"stargazers_count":13,"open_issues_count":4,"forks_count":4,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-06-16T09:56:08.515Z","etag":null,"topics":["git","hacktoberfest"],"latest_commit_sha":null,"homepage":"https://pypi.org/project/yogit/","language":"Python","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/hasboeuf.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":".github/FUNDING.yml","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,"zenodo":null},"funding":{"custom":["https://www.paypal.me/adriengavignet"]}},"created_at":"2019-06-25T17:43:34.000Z","updated_at":"2024-12-06T09:17:23.000Z","dependencies_parsed_at":"2025-04-13T05:53:38.062Z","dependency_job_id":"7998942c-6da6-4c33-9328-02e6e2d519b0","html_url":"https://github.com/hasboeuf/yogit","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/hasboeuf/yogit","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasboeuf%2Fyogit","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasboeuf%2Fyogit/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasboeuf%2Fyogit/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasboeuf%2Fyogit/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hasboeuf","download_url":"https://codeload.github.com/hasboeuf/yogit/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hasboeuf%2Fyogit/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":270796240,"owners_count":24647325,"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","status":"online","status_checked_at":"2025-08-16T02:00:11.002Z","response_time":91,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["git","hacktoberfest"],"created_at":"2024-10-14T18:26:13.342Z","updated_at":"2025-08-21T09:08:07.808Z","avatar_url":"https://github.com/hasboeuf.png","language":"Python","funding_links":["https://www.paypal.me/adriengavignet"],"categories":[],"sub_categories":[],"readme":"# yogit\n\n[![Build Status](https://dev.azure.com/hasboeuf/yogit/_apis/build/status/hasboeuf.yogit?branchName=master)](https://dev.azure.com/hasboeuf/yogit/_build/latest?definitionId=1\u0026branchName=master)\n[![Build Status](https://travis-ci.org/hasboeuf/yogit.svg?branch=master)](https://travis-ci.org/hasboeuf/yogit)\n![License](https://img.shields.io/github/license/mashape/apistatus.svg)\n[![PyPI version](https://badge.fury.io/py/yogit.svg)](https://pypi.org/project/yogit/)\n[![Downloads](https://pepy.tech/badge/yogit)](https://pepy.tech/project/yogit)\n\nCommand line utility for git daily work.\n\n## Requirements\n\n* `Python3` and `pip3`\n* `yogit` has been tested with Python `3.5`, `3.6`, `3.7`\n* `yogit` has been mostly tested on `Linux` but also works on `macOS` and `Windows` (if using [Windows Terminal](https://github.com/microsoft/terminal)).\n* For now only GitHub API is supported\n\n## Continuous integration\n\n* [Azure Pipelines](https://dev.azure.com/hasboeuf/yogit)\n* [TravisCI](https://travis-ci.org/hasboeuf/yogit)\n\n## Installation\n\n* `pip3 install yogit`\n* `yogit account setup`\n\n`yogit` internal files are stored in `~/.yogit` folder.\n\n### Auto completion\n\n`yogit` supports auto-completion. To activate it, you need to setup your shell.\n\n* For Bash, edit your `.bashrc` and add `eval \"$(_YOGIT_COMPLETE=source yogit)\"`\n* For Zsh, edit your `.zshrc` and add `eval \"$(_YOGIT_COMPLETE=source_zsh yogit)\"`\n\n## Principle\n\n`yogit` is able to:\n\n* Show pull requests\n* Show pull request reviews\n* Show branches\n* Show contributions\n* Show organization's information\n* Help in writing a daily scrum report and post it on Slack\n\nSee documentation below for more details.\n\n## Documentation\n\n### Usage\n\n`yogit --help`\n\n### Account\n\n`yogit account setup`: Setup yogit (include GitHub integration and optionnaly Slack integration to fully enjoy `yogit scrum report` command)\n\n`yogit account usage`: Account API usage\n\n### Pull request\n\n`yogit pr list [--orga TEXT] [--label TEXT]`: List your opened pull requests. If `--orga` is set, results will be expanded to this specific organization. If `--label` is set, results will be filtered by pull request labels. You can set multiple `--label`.\n\n### Review\n\n`yogit review list`: List your reviews on opened pull requests\n\n`yogit review requested [--missed]`: List pull requests where your review is requested. If `--missed` is set, only closed pull requests will be listed.\n\n### Branch\n\n`yogit branch list [--dangling]`: List your branches. If `--dangling` is set, only branches without associated pull request will be listed.\n\n### Contributions\n\n`yogit contrib list [--from TEXT] [--to TEXT]`: List your GitHub contributions within a range of dates.\n\nA contribution is either a pull request or pull request review.\n\nBy default this command lists the contributions of the day.\n\n`yogit contrib stats`: Show some GitHub statistics.\n\n### Organization\n\n`yogit orga list`: List organizations you belong to.\n\n`yogit orga member list [--orga TEXT]`: List members of one organization you belong to.\n\n`yogit orga member pickone [--orga TEXT]`: Randomly pick one member of one organization you belong to.\n\n### SCRUM\n\n`yogit scrum report [--date TEXT]`: Generate your daily activity report\n\nIf Slack integration is setup, report can be published on Slack. Note that report is composed of one or more sections: the first section will be published as a message, the next sections will be published as a reply of the first one.\n\nReport template can be changed by editing `~/.yogit/scrum_report.yaml`\n\nYou might need to install `xcopy` to fully enjoy this command.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasboeuf%2Fyogit","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhasboeuf%2Fyogit","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhasboeuf%2Fyogit/lists"}