Simple time tracking app written with Python and Qt
src/fime | ||
.gitignore | ||
LICENSE | ||
pyproject.toml | ||
README.md | ||
setup.cfg |
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 on how to get one.
License
Licensed under MIT license. See License.md for more details.