Automatically track applications usage and working time.
- Windows Download ver 3.1.12
- OS X Download ver 3.1.12
- Linux Download ver 3.1.12
- Timeline chart
- Pie charts
- View application usage and online time in timeline and table
- Add log items
- Statistics and summaries
- Remind user to start new log item.
- Group log items (e.g 'Working with tockler' or 'JIRA-1234')
- Remind to take a break
- Electron with Webpack and Typescript
- Aurelia
- D3 v4 and Britecharts
- Bootstrap 4 and Modular Admin theme
This project needs you! If you would like to support this project's further development, feel free to donate. Your donation is highly appreciated. Thank you!
Feel free to make feature requests and 'Star' this project.
git clone https://github.com/Maygo/tockler.git # Download this project
npm install yarn -g # install yarn or binary from https://yarnpkg.com
yarn install # Install dependencies
Renderer and main process builds have been separated. It's easier to boilerplate this project and switch client framework.
cd client/
nps run
cd electron/
nps run
Build scripts samples are in travis/appveyor files.
https://4sysops.com/archives/sign-your-powershell-scripts-to-increase-security/' in powershell as admin
$cert = Get-ChildItem -Path Cert:\CurrentUser\My -CodeSigningCert
Set-AuthenticodeSignature -FilePath '.\app\get-foreground-window-title.ps1' -Certificate $cert
Set-AuthenticodeSignature -FilePath '.\app\get-user-idle-time.ps1' -Certificate $cert
GNU General Public License v2.0 2017 MayGo @ trimatech.ee