Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/svenliebig/go-git-log-contribution
https://github.com/svenliebig/go-git-log-contribution
Last synced: 8 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/svenliebig/go-git-log-contribution
- Owner: svenliebig
- Created: 2023-09-13T14:43:51.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-13T14:45:23.000Z (about 1 year ago)
- Last Synced: 2024-05-27T22:42:46.074Z (6 months ago)
- Language: Go
- Size: 1000 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# go-git-log-contribution
Wonder how long you have been commiting to projects? Not anymore!
## install
```sh
git clone [email protected]:svenliebig/go-git-log-contribution.git
cd go-git-log-contribution
go build
go install .
```## usage
add `` please and execute:
```sh
git log --encoding=utf-8 --full-history --reverse "--format=format:%cs;" --author "" | git-log-contribution
```prints out the duration that you have been consecutively commiting to this project (max gap 45 days):
```sh
16.03.2021 - 15.08.2023
```🚀