All Projects → MayGo → Tockler

MayGo / Tockler

Licence: gpl-2.0
Application that tracks your time by monitoring your active windows (only titles) and idle time.

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Tockler

Vmware Usb Osx
Easily create a bootable USB installer for VMware ESXi / vSphere Hypervisor
Stars: ✭ 286 (-4.98%)
Mutual labels:  osx
Ffmpeg Build Script
The FFmpeg build script provides an easy way to build a static FFmpeg on OSX and Linux with non-free codecs included.
Stars: ✭ 290 (-3.65%)
Mutual labels:  osx
Orion
Cross platform Twitch.tv client
Stars: ✭ 298 (-1%)
Mutual labels:  osx
Stream Js
JS / Browser Client - Build Activity Feeds & Streams with GetStream.io
Stars: ✭ 286 (-4.98%)
Mutual labels:  timeline
Developerexcuses
A Mac OS X Screensaver which shows quotes from http://developerexcuses.com, inofficial
Stars: ✭ 290 (-3.65%)
Mutual labels:  osx
Csv2keychain
Small tool for adding exported credentials from Chrome to macOS keychain
Stars: ✭ 295 (-1.99%)
Mutual labels:  osx
Passepartout Apple
User-friendly OpenVPN client app for iOS and macOS.
Stars: ✭ 284 (-5.65%)
Mutual labels:  osx
Gpgsync
🔒 GPG Sync is designed to let users always have up-to-date public keys for other members of their organization
Stars: ✭ 301 (+0%)
Mutual labels:  osx
Macappshell
Creates a Mac OSX .app folder (complete with icons) ready for your binary file. Perfect for Golang, Rust, C++, etc..
Stars: ✭ 290 (-3.65%)
Mutual labels:  osx
Opencore Vanilla Desktop Guide
Host for files for the OpenCore Vanilla Desktop Guide
Stars: ✭ 299 (-0.66%)
Mutual labels:  osx
Vue Cute Timeline
A cute timeline component for Vue.js.
Stars: ✭ 289 (-3.99%)
Mutual labels:  timeline
Macpin
a webapp container & site specific browser made from WebKit.swift and JavaScriptCore
Stars: ✭ 289 (-3.99%)
Mutual labels:  osx
Gank For Mac
💎 The missing Mac OS X application for gank.io (Swift)
Stars: ✭ 295 (-1.99%)
Mutual labels:  osx
Mojs
The motion graphics toolbelt for the web
Stars: ✭ 17,189 (+5610.63%)
Mutual labels:  timeline
Stream Laravel
Laravel Client - Build Activity Feeds & Streams with GetStream.io
Stars: ✭ 299 (-0.66%)
Mutual labels:  timeline
Darklightning
Simply the fastest way to transmit data between iOS/tvOS and OSX
Stars: ✭ 286 (-4.98%)
Mutual labels:  osx
Leaflet.timeline
Display arbitrary GeoJSON on a map with a timeline slider and play button
Stars: ✭ 291 (-3.32%)
Mutual labels:  timeline
Zmjganttchart
Full configurable spreadsheet view user interfaces for iOS applications. With this framework, you can easily create complex layouts like schedule, gantt chart or timetable as if you are using Excel.
Stars: ✭ 301 (+0%)
Mutual labels:  timeline
Proceduralmotiontrack
Simple procedural motion with Unity Timeline.
Stars: ✭ 300 (-0.33%)
Mutual labels:  timeline
Socket.io Tester
Deprecated: An electron app that lets you connect to a socket.io server and subscribe to a certain topic and/or lets you send socket messages to the server
Stars: ✭ 297 (-1.33%)
Mutual labels:  osx

Tockler

Automatically track applications usage and working time.

Release

Supported:

  • Windows
  • macOS
  • Linux

Feedback

Feel free to make feature requests and 'Star' this project.

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 Search Tray window Edit log item

Debugging

Logs

By default, tockler writes logs to the following locations:

on Linux: ~/.config/tockler/logs/main.log

on macOS: ~/Library/Logs/tockler/main.log

on Windows: %USERPROFILE%\AppData\Roaming\tockler\logs\main.log

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!

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

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].