gtl contributors
Show top contributors for a repository, folder, or file based on commit churn and performance
Aliases
contrib, ctb
Usage
bash
gtl contributors [path] [flags]Full Help
text
Show top contributors for a repository, folder, or file based on commit churn and performance
Usage:
gtl contributors [path] [flags]
Aliases:
contributors, contrib, ctb
Flags:
-a, --author string Filter commits by author
--file-like string Only include files whose path contains this text
--format string Output format: text or json (default "text")
--group-by string Grouping mode: auto, identity, email, name (default "auto")
-h, --help help for contributors
--highlights Show top-performer highlight cards (default true)
--last-days int Shortcut for --since=<N days ago>
--last-week Shortcut for --since=<7 days ago>
-n, --limit int Maximum number of contributors to show (default 10)
--min-commits int Minimum commits required to include a contributor
--min-score int Minimum performance score required to include a contributor
--rank-by string Ranking mode: total, commits, files, score (default "total")
--since string Show commits after date (e.g. 2026-01-01)
--this-week Scope to current week starting Monday
--trend Compare with previous equivalent time window
--until string Show commits before date (e.g. 2026-02-01)