A program for tracking and analyzing various activities, such as music practice.
tools | ||
ui | ||
.gitignore | ||
CMakeLists.txt | ||
LICENSE | ||
main.c | ||
practicetimer.gresource.xml | ||
README.md | ||
TimerApplication.c | ||
TimerApplication.h | ||
TimerClock.c | ||
TimerClock.h | ||
TimerEditWindow.c | ||
TimerEditWindow.h | ||
TimerFileWatcher.c | ||
TimerFileWatcher.h | ||
TimerGraph.c | ||
TimerGraph.h | ||
TimerGraphWindow.c | ||
TimerGraphWindow.h | ||
TimerMainWindow.c | ||
TimerMainWindow.h | ||
TimerSettingsWindow.c | ||
TimerSettingsWindow.h | ||
TimerTaskTree.c | ||
TimerTaskTree.h |
practice-timer
A simple program for tracking time spent doing activities. Originally created for my dad to track his music practice.
Build with CMake. Requires GTK+ 3, json-glib, and PkgConfig for CMake. The graphs on the stats page are optional, but they require Plotutils.
Tested on macOS, GNU/Linux, and FreeBSD.