Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/svenliebig/go-git-log-contribution


https://github.com/svenliebig/go-git-log-contribution

Last synced: 8 days ago
JSON representation

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
```

🚀