Initial commit

This commit is contained in:
2022-08-28 14:20:12 -07:00
commit db580641b9
35 changed files with 5149 additions and 0 deletions
+6
View File
@@ -0,0 +1,6 @@
# 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.