fime/README.md
2021-11-17 13:36:03 +01:00

23 lines
557 B
Markdown

# fime
Simple time tracking app written with Python and Qt5
Some JIRA integration is available.
## Config file
The file path is OS dependant. There is an error message on the first start, which will tell you the correct path for
your OS.
Format:
```
jira_url = https://jira.company.com
jira_token = aBc1D34
```
The `jira_token` is a Personal Access Token. See [here](https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.htmlh) on how to get one.
## License
Licensed under MIT license. See License.md for more details.