MyTime is an application to track your working time. It allows you register your daily tasks, calculate its duration and synchronize with your ticketing system. At them moment is only integrated with Redmine and Jira.
It uses sqlite3 to manage the database. It's stored at:
- Linux & Mac:
$HOME/.local/share/mytime/mytime.sqlite
- Windows:
C:\Users\%USERNAME%\AppData\Local\mytime\mytime.sqlite
Checkout repository. Main branch is called "main".
Run dev environment:
cd mytime-gui
npm install
npm run tauri dev
Build:
npm run tauri build
- Go to your account ("https://YOUR-DOMAIN/my/account")
- The API access key is in the right sidebar
- Go to the tokens generator page
- Use them in the config.
- The username is your email