Register worklog entries to the Jira API
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

46 lines
862 B

2 months ago
#+TITLE: Worklog
#+AUTHOR: Riyyi
#+LANGUAGE: en
#+OPTIONS: toc:nil
2 months ago
Register worklog entries to the Jira API.
2 months ago
** Getting started
2 months ago
2 months ago
*** Clone
2 months ago
#+BEGIN_SRC sh
$ git clone https://github.com/riyyi/worklog
#+END_SRC
2 months ago
*** Build instructions
2 months ago
#+BEGIN_SRC sh
$ go build
#+END_SRC
2 months ago
*** Usage
2 months ago
2 months ago
#+BEGIN_SRC sh
$ 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
#+END_SRC
** Gitignore
#+BEGIN_SRC sh
$ git update-index --assume-unchanged src/secrets.go
#+END_SRC