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

Luukgr/tockler

 
 

Repository files navigation

Tockler

Automatically track applications usage and working time.

Stable version:

New 'React' versions: https://github.com/MayGo/tockler/releases

NB!

Tockler is migrating from Aurelia to React. So some things may not work right now.

Features

  • 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

Made with

Screenshots

Timeline Changing items color Settings Summary Tray window

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

paypal

Development

Quick Start

Prerequisites: Node, Git.

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

npm install yarn -g     # install yarn or binary from https://yarnpkg.com

Start application

Renderer and main process builds have been separated. It's easier to boilerplate this project and switch client framework.

React client (renderer)

cd client/
yarn install            # Install dependencies
npm start

Electron (main)

cd electron/
yarn install            # Install dependencies
yarn start

Build scripts samples are in travis/appveyor files.

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 2017 MayGo @ trimatech.ee

Functionality

  • On app launch only tray window runs. Main window does not open.
  • Main window opens from tray windows arrow or by reopening application.

Errors

while installing electron deps: electron-builder Error: Unresolved node modules: ref

Quick fix: ELECTRON_BUILDER_ALLOW_UNRESOLVED_DEPENDENCIES=true yarn

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 94.2%
  • JavaScript 4.3%
  • PowerShell 1.2%
  • Other 0.3%