Automatically track applications usage and working time.
- Windows Download ver 2.1.0 (Tested win 10)
- OS X Download ver 2.1.0 (Tested El Capitan). Needs permission: Security & Privacy -> Accessibility -> enable tockler.app (Asks for admin password to set )
- 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
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.
Project is boilerplated from https://github.com/chuyik/electron-boilerplate
git clone https://github.com/Maygo/tockler.git # Download this project
cd tockler # Switch directory
npm install # Install dev dependencies
Two package.json structure as is recommended in electron-builder: https://github.com/electron-userland/electron-builder#two-packagejson-structure
cd app
npm install # Install dependencies
bower install
gulp # Start application
cd ./node_modules/sqlite3 npm install nan@~2.3.3 npm run prepublish node-gyp configure --module_name=node_sqlite3 --module_path=../lib/binding/node-v48-darwin-x64 node-gyp rebuild --target=1.2.5 --arch=x64 --target_platform=darwin --dist-url=https://atom.io/download/atom-shell --module_name=node_sqlite3 --module_path=../lib/binding/node-v48-darwin-x64
rename folder binding/node-v48-darwin-x64 to electron-v1.2-darwin-x64
npm run rebuild-sqlite-win rmdir .\app\node_modules\sqlite3 /s xcopy .\node_modules\sqlite3 .\app\node_modules\sqlite3 /s /e /h
npm run rebuild-sqlite-osx
# Most Frequently Used
gulp dev # [default] Run the app in debugging mode (Reload automatically)
gulp run # Run the app in production mode
# Other available commands
gulp serve # Run the app in debugging mode (Reload with CMD+R/F5)
gulp prebuild # Package OSX app for predistribution (Mainly for preview)
gulp build # Package windows and OSX app for distribution
gulp sass # Compile SASS files
GNU General Public License v2.0 Copyright (c) 2016 MayGo @ trimatech.ee