Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/naoty/git-contrib
Show contributors for speficied files
https://github.com/naoty/git-contrib
Last synced: 21 days ago
JSON representation
Show contributors for speficied files
- Host: GitHub
- URL: https://github.com/naoty/git-contrib
- Owner: naoty
- License: mit
- Created: 2015-08-24T14:02:54.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-09-22T02:37:26.000Z (over 9 years ago)
- Last Synced: 2024-10-22T13:59:13.781Z (2 months ago)
- Language: Go
- Homepage:
- Size: 129 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# git-contrib
Show contributors for specified files.## Installation
```
$ go get github.com/naoty/git-contrib
```## Usage
```
$ git contrib main.go
Naoto Kaneko
``````
$ git contrib main.go hello.go
Naoto Kaneko
````-n` option helps to specify the number of contributors.
```
$ git contrib -n 3 main.go hello.go
Nobunaga Oda
Hideyoshi Toyotomi
Ieyasu Tokugawa
```## Author
[naoty](https://github.com/naoty)