{"id":23354256,"url":"https://github.com/webmatze/git-dashboard","last_synced_at":"2025-09-03T02:36:18.880Z","repository":{"id":269064882,"uuid":"906311278","full_name":"webmatze/git-dashboard","owner":"webmatze","description":"A custom git command that provides insights for daily standups by showing commit activity across your repository.","archived":false,"fork":false,"pushed_at":"2024-12-20T16:16:55.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-13T20:51:50.482Z","etag":null,"topics":["extension","git","git-command"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/webmatze.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2024-12-20T16:04:01.000Z","updated_at":"2024-12-20T16:16:58.000Z","dependencies_parsed_at":"2024-12-20T17:37:08.521Z","dependency_job_id":null,"html_url":"https://github.com/webmatze/git-dashboard","commit_stats":null,"previous_names":["webmatze/git-dashboard"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2Fgit-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2Fgit-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2Fgit-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/webmatze%2Fgit-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/webmatze","download_url":"https://codeload.github.com/webmatze/git-dashboard/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247713716,"owners_count":20983764,"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":["extension","git","git-command"],"created_at":"2024-12-21T09:19:48.908Z","updated_at":"2025-04-07T19:22:56.838Z","avatar_url":"https://github.com/webmatze.png","language":"Python","readme":"# Git Dashboard\n\nA custom git command that provides insights for daily standups by showing commit activity across your repository. It displays your commits, team member contributions, and a leaderboard of activity for any given date.\n\n## Features\n\n- 📊 View your personal commits for a specific date\n- 👥 See commits from other team members\n- 🏆 Display a leaderboard showing commit counts, lines added, and lines deleted\n- 🌳 Shows activity across all branches\n- 📅 Flexible date selection (today, yesterday, or any specific date)\n\n## Installation\n\n1. Clone this repository:\n```bash\ngit clone [repository-url]\ncd [repository-name]\n```\n\n2. Run the install script:\n```bash\nchmod +x install.sh\n./install.sh\n```\n\nThis will:\n- Copy the git-dashboard script to ~/bin\n- Make it executable\n- Add ~/bin to your PATH (if needed)\n\n## Usage\n\nBasic usage:\n```bash\ngit dashboard              # Shows yesterday's dashboard (default)\ngit dashboard -d today     # Shows today's dashboard\ngit dashboard --date 2024-12-18  # Shows dashboard for a specific date\n```\n\nExample output:\n```\n🎯 Git Dashboard for 2024-12-19\n\n📊 Your commits (John Doe):\n  • feat: Add new feature\n  • fix: Fix critical bug\n\n👥 Other team members' commits:\n  Jane Smith:\n    • docs: Update API documentation\n    • test: Add integration tests\n\n🏆 Yesterday's Leaderboard:\n\nUser               Commits  Added    Deleted\n─────────────────────────────────────────────\nJohn Doe          2        150      50\nJane Smith        2        80       30\n```\n\n## Contributing\n\nContributions are welcome! Here's how you can help:\n\n1. Fork the repository\n2. Create a new branch for your feature (`git checkout -b feature/amazing-feature`)\n3. Make your changes\n4. Run the install script to test locally\n5. Commit your changes (`git commit -m 'feat: Add amazing feature'`)\n6. Push to your branch (`git push origin feature/amazing-feature`)\n7. Open a Pull Request\n\n### Development Guidelines\n\n- Follow Python best practices and PEP 8 style guide\n- Add comments for complex logic\n- Update documentation for new features\n- Test your changes thoroughly\n\n## License\n\nMIT License - feel free to use and modify as you like!\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmatze%2Fgit-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwebmatze%2Fgit-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwebmatze%2Fgit-dashboard/lists"}