23 lines
557 B
Markdown
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.
|