Skip to content

troyxmccall/toptribs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

toptribs

Show the top contributor(s) for specified files.

This is helpful if you want to know who's the expert(s) on whatever you're working on.

Installation

this assumes you have go installed correctly: quick install for OSX

$ go get github.com/troyxmccall/toptribs

Usage

$ toptribs hello.go
Troy McCall
$ toptribs main.go hello.go
Go Gopher

-n option specifies the number of top contributors.

$ toptribs -n 3 gopher.go
Brett Buddin
Chris Gutierrez
Dave Cheney

About

show the top contributor(s) for a file, or files in a git repo

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages