https://github.com/nietthijmen/githistory
A global git history
https://github.com/nietthijmen/githistory
cli git go golang timetracker
Last synced: 7 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2025-02-28T18:20:03.000Z (7 months ago)
- Last Synced: 2025-02-28T22:31:26.680Z (7 months 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
```## 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)## 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)