Skip to main content

Show your git commits across multiple repos for your daily standup

Project description

git-standup

Show what you (or your team) committed across all git repos in a directory — perfect for daily standups.

Install

pip install git-standup

Usage

# Show today's commits by you (scans current directory)
git-standup

# Show the last 3 days
git-standup --days 3

# Scan a specific directory
git-standup ~/projects

# Show commits from everyone
git-standup --all-authors

# Custom date range
git-standup --since "last monday"

# Compact one-line-per-commit output
git-standup --compact

# Filter by a specific author
git-standup --author "alice@example.com"

Example output

Standup — last 1 day — alice@example.com
────────────────────────────────────────────────────────────
api-server  (main)  /home/alice/projects/api-server
  a1b2c3d4  2024-01-15 10:30  Add rate limiting to auth endpoints
  e5f6a7b8  2024-01-15 09:15  Fix token expiry bug

frontend  (feature/auth)  /home/alice/projects/frontend
  c9d0e1f2  2024-01-15 11:45  Update login form validation

3 commits across 12 repos scanned.

Options

Option Description
--days N Look back N days (default: 1)
--since DATE Custom git date string (e.g. "last week", "2024-01-01")
--author NAME Filter by author name or email
--all-authors Show commits from all authors
--all-branches Include commits from all branches
--depth N Max directory depth to scan (default: 3)
--compact One line per commit, no repo headers
--no-color Disable ANSI color output

Exit code is 0 when commits are found, same when none are found. The tool never exits non-zero on "no commits" — only on configuration errors.

License

MIT

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

git_standup-0.1.0.tar.gz (7.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

git_standup-0.1.0-py3-none-any.whl (6.4 kB view details)

Uploaded Python 3

File details

Details for the file git_standup-0.1.0.tar.gz.

File metadata

  • Download URL: git_standup-0.1.0.tar.gz
  • Upload date:
  • Size: 7.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for git_standup-0.1.0.tar.gz
Algorithm Hash digest
SHA256 17911b75887a012d59363d2ba3843da0e88bed7088525d6eb3f96a279cfd7f2d
MD5 c065336dfc9860e0e8adca2a81b79dd9
BLAKE2b-256 c4252c87bef382915a8c29f04aa4c871f7cbb536d8e171454f324c58477ce627

See more details on using hashes here.

File details

Details for the file git_standup-0.1.0-py3-none-any.whl.

File metadata

  • Download URL: git_standup-0.1.0-py3-none-any.whl
  • Upload date:
  • Size: 6.4 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/6.2.0 CPython/3.13.12

File hashes

Hashes for git_standup-0.1.0-py3-none-any.whl
Algorithm Hash digest
SHA256 dd603a5f9f10c50fb40cc5f8bf54073e2779526f5ef29d7898d2ae75d04dccf1
MD5 95bf1e9150eeea08bca368450169247d
BLAKE2b-256 6d0d2c1ba160a451cc1533bbfd9dff0ded5451b7bc4fc9d3f18c2c1adede0aa1

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page