https://github.com/nietthijmen/githistory
A global git history
https://github.com/nietthijmen/githistory
cli git go golang timetracker
Last synced: about 2 months ago
JSON representation
A global git history
- Host: GitHub
- URL: https://github.com/nietthijmen/githistory
- Owner: NietThijmen
- License: mit
- Created: 2025-02-28T18:19:23.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-28T18:20:03.000Z (over 1 year ago)
- Last Synced: 2025-02-28T22:31:26.680Z (over 1 year ago)
- Topics: cli, git, go, golang, timetracker
- Language: Go
- Homepage:
- Size: 8.79 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Git history over multiple directories
Have you ever just wanted to see the amount of commits you've done over a period of time.
With this you can!
## Usage
```bash
./GitHistory -name -remote-url -this-month=true -month=3
```
## Flags
- name: The name of the user you are searching for (this is a contains so it can also be a part of the name)
- remote-url: The remote url of the repository (let's say you only want to check for repo's that are actually yours E.G. github.com/nietthijmen)
- this-month: If you want to see the commits of this month (default is false) (This was just a thing I wanted to have in git so I added it)
- month: The month you want to see the commits of (default is 0 which means all months) (1-12)
## Build
```bash
go build
```
## Add to path
```bash
mv GitHistory /usr/local/bin
```
## Author
Thijmen Rierink
[GitHub](https://github.com/nietthijmen) |
[Buy me a coffee](https://www.buymeacoffee.com/nietthijmen) |
[My website](https://rierink.dev)