https://github.com/sourcepirate/highcount
Simple Work time counter based of labels.
https://github.com/sourcepirate/highcount
Last synced: 19 days ago
JSON representation
Simple Work time counter based of labels.
- Host: GitHub
- URL: https://github.com/sourcepirate/highcount
- Owner: sourcepirate
- Created: 2019-09-30T16:47:36.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-09-30T16:48:35.000Z (over 6 years ago)
- Last Synced: 2024-04-14T07:20:11.635Z (about 2 years ago)
- Language: Go
- Size: 2.18 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Highcount
A simple tool to calculate working hours based on labels for gitlab.
## Usage
```
./highcount --username --password nusbighero6/ipmlp 'July (Completed)'
```
## Output
```
sourcepirate has spent about n hours
XXX has spent about z hours
YYY has spent about y hours
ZZZ has spent about x hours
```
## Building
```
cd cmd
go build highcount.go
```
## Contribution
Kindly welcome.