Skip to content

Cybersepp/timetracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

timetrack

Simple and easy-to-use time tracking JavaFX application built with Gradle.

image

Running on Windows

  • Download latest release, go to bin and click timetrack.bat

Development

Features

  • Adding new projects and tasks.
  • Archiving and unarchiving projects.
  • Marking tasks as done.
  • Recording time spent on a certain task.
  • Data visualization for a specific user-chosen interval.
  • Overview and editing capabilities for a specific recording or a project.
  • Automatic time-tracking feature.

Autotrack

image

  • Autotrack feature automatically adds your closed apps to the tracked apps tableview.
  • Autotrack gets adds data based on computer's active process information.
  • Autotrack gathers data every 5 seconds in the background.
  • From tableview it is possible to add tracked app information to a certain task and project.

History tab

image