f02cbaebf7b5a48175649a3c78834cf04a87f6c7
Worklog
Register worklog entries to the Jira API.
Getting started
Clone
$ git clone https://github.com/riyyi/worklog
Build instructions
$ go build
Usage
$ worklog --help
worklog - process a worklog file
Usage: worklog [--decl MONTH] [--process] [--issues] FILE
Positional arguments:
FILE the file to perform the action on
Options:
--decl MONTH, -d MONTH
Generate travel declaration table
--process, -p Process specified file and call Jira API
--issues, -i Store issues in specified file
--help, -h display this help and exit
Gitignore
$ git update-index --assume-unchanged src/secrets.go
Languages
Go
100%