git-standup
brew install git-standup
v2.3.2
MIT
Git extension to generate reports for standup meetings
27
30-day installs · #6099
41
90-day · #7876
159
365-day · #7946
7.8k
★ GitHub stars · updated 1y ago
GitHub topics
agile
git
git-
git-addons
git-standup
meeting
standup
Links
- https://github.com/kamranahmedse/git-standup
- GitHub: kamranahmedse/git-standup
- Brew formula source: Formula/g/git-standup.rb
Raw metadata
{
"aliases": [],
"alternatives": [],
"build_dependencies": [],
"categories": [],
"caveats": null,
"conflicts_with": [
"git-extras"
],
"dependencies": [],
"deprecated": 0,
"deprecation_reason": null,
"desc": "Git extension to generate reports for standup meetings",
"disable_reason": null,
"disabled": 0,
"enrichment_fetched_at": "2026-06-20T23:38:06+00:00",
"first_seen": "2026-06-20T23:34:18+00:00",
"full_name": "git-standup",
"github_default_branch": "master",
"github_last_commit_at": "2025-07-07T22:48:42Z",
"github_readme_excerpt": "# git-standup\n\n\u003e Recall what you did on the last working day ..or be nosy and find what someone else did.\n\nA little tool that I always wanted for myself. I work on several repositories on daily basis and it is mostly difficult for me to remember where I left off in each one of them. `git-standup` helps me with running standups and keeping track of what I have been doing. By default it gives you the most common usage i.e. shows you commits from the last working day in the current directory and the directories below current level plus it comes with several options to modify how it behaves.\n\n\n## Requirements\nThe only requirement is having good commit messages :)\n\n\n\n## Install\n\nYou can install `git-standup` using one of the options listed below\n\n| Source | Command |\n| --- | --- |\n| curl | `curl -L https://raw.githubusercontent.com/kamranahmedse/git-standup/master/installer.sh \\| sudo sh` |\n| npm | `npm install -g git-standup` |\n| brew | `brew update \u0026\u0026 brew install git-standup` |\n| aur | `pacaur -S git-standup-git` |\n| manual | Clone and run `make install` |\n\n## Usage\n\nSimply run it in your project directory and it will give you the output from the last working day\n\n```shell\ngit standup\n```\n\nIf you run it in a folder containing multiple git repositories, it will go through each of the projects and give you the standup report for each one of them.\n\n## Options\n\nYou can pass several options to modify how git-standup behaves\n\n```shell\ngit standup [-a \u003cauthor name\u003e]\n [-w \u003cweekstart-weekend\u003e]\n [-m \u003cmax-dir-depth\u003e]\n [-F]\n [-b \u003cbranch-to-use\u003e]\n [-d \u003csince-days-ago\u003e]\n [-u \u003cuntil-days-ago\u003e]\n [-D \u003cdate-format\u003e]\n [-A \u003cafter-date\u003e]\n [-B \u003cbefore-date\u003e]\n [-L]\n [-g]\n [-h]\n [-f]\n [-s]\n [-r]\n [-c]\n [-R]\n```\n\nHere is the detail for each of the options\n\n| Option | Descri",
"github_repo": "kamranahmedse/git-standup",
"github_stars": 7845,
"github_topics": [
"agile",
"git",
"git-",
"git-addons",
"git-standup",
"meeting",
"standup"
],
"homepage": "https://github.com/kamranahmedse/git-standup",
"homepage_og_description": null,
"homepage_og_image": null,
"homepage_title": null,
"installs_30d": 27,
"installs_365d": 159,
"installs_90d": 41,
"keg_only": 0,
"keg_only_reason": null,
"last_seen": "2026-06-20T23:34:18+00:00",
"license": "MIT",
"llm_generated_at": null,
"llm_model": null,
"name": "git-standup",
"oldnames": [],
"one_liner": null,
"optional_dependencies": [],
"rank_30d": 6099,
"rank_365d": 7946,
"rank_90d": 7876,
"raw_hash": "e2401788bfb8b4cd",
"recommended_dependencies": [],
"revision": 0,
"ruby_source_path": "Formula/g/git-standup.rb",
"tap": "homebrew/core",
"test_dependencies": [],
"uses_from_macos": [],
"version_head": "HEAD",
"version_stable": "2.3.2",
"versioned_formulae": [],
"why_use_this": null
}