A CLI program that helps to track working time and synchronizes it with Jira.
Create a config.yaml file within the $HOME/.clockin
directory.
jira:
url: # jira cloud url
user: # jira user
token: # jira api token
extractor:
- # regex to find issue id in the time log's description
PHP 8.3^
To build a phar you need a box tool and a GNU Make.
make