Skip to content
/ tockler Public
forked from MayGo/tockler

Application that tracks your time by monitoring your active windows (only titles) and idle time.

License

Notifications You must be signed in to change notification settings

gdg/tockler

 
 

Repository files navigation

Tockler

Automatically track applications usage and working time.

Features

  • 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')

Features to be implemented

  • Remind to take a break

alt text alt text alt text alt text alt text alt text alt text alt text

Donations

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.

Flattr this git repo

Click here to lend your support to: Tockler and make a donation at pledgie.com !

paypal

Development

Aurelia: http://aurelia.io/ Aurelia Materialize Bridge: http://aurelia-ui-toolkits.github.io/demo-materialize/ Typescript

Quick Start

Prerequisites: Node, Git.

git clone https://github.com/Maygo/tockler.git  # Download this project

npm install            # Install dependencies

npm run materialize  # Prepare materialize-css
npm run materializewin # Prepare materialize-css, In windows 

au run --watch # Start application

Aurelia Commands

# Most Frequently Used
au run --watch     # Run the app in production mode

# Other available commands
au package
au release

signing

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

License

GNU General Public License v2.0 Copyright (c) 2016 MayGo @ trimatech.ee

About

Application that tracks your time by monitoring your active windows (only titles) and idle time.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 49.0%
  • JavaScript 30.4%
  • HTML 14.1%
  • PowerShell 3.9%
  • CSS 2.4%
  • Shell 0.2%