Author: Kevin Schoon [kevinschoon@gmail.com]
Hash: 38c5700812c80a9e2891c6aae85b807e9836f546
Timestamp: Thu, 01 Feb 2018 21:52:34 +0000 (6 years ago)

+1 -0 +/-1 browse
send notification when the pomo session completes
1diff --git a/task.go b/task.go
2index 0c94aba..82316de 100644
3--- a/task.go
4+++ b/task.go
5 @@ -106,6 +106,7 @@ func (t *TaskRunner) run() error {
6 <-t.toggle
7
8 }
9+ t.notifier.Notify("Pomo", "Pomo session has completed!")
10 t.state = COMPLETE
11 return nil
12 }