Simple time tracking app written with Python and Qt
Go to file
2021-11-17 16:03:16 +01:00
src/fime Bundle icons 2021-11-17 16:03:16 +01:00
.gitignore Implement "New issue" dialog 2021-11-16 23:27:00 +01:00
LICENSE Bundle icons 2021-11-17 16:03:16 +01:00
pyproject.toml Packaging 2021-11-17 13:36:03 +01:00
README.md Packaging 2021-11-17 13:36:03 +01:00
setup.cfg Packaging 2021-11-17 13:36:03 +01:00

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.