Skip to content

Loosely based on pomodoro technique to help focus in small time intervals.

Notifications You must be signed in to change notification settings

ambreen2006/FocusMeter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 

Repository files navigation

FocusMeter

Loosely based on pomodoro technique to help focus in small time intervals.

Project is currently in development on Ubuntu platform and uses gtkmm for GUI.

#Debug Build

Change directory to 'Debug'

  1. cmake -DCMAKE_BUILD_TYPE=Debug ../
  2. make
  3. ./Source/FocusMeterApp

#Valgrind

valgrind --tool=memcheck --leak-check=full --leak-resolution=high --num-callers=20 --log-file=vgdump ./Source/FocusMeterApp

About

Loosely based on pomodoro technique to help focus in small time intervals.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published