We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 92abcb9 commit cac63e9Copy full SHA for cac63e9
timefor
@@ -1,3 +1,3 @@
1
version https://git-lfs.github.com/spec/v1
2
-oid sha256:cc7fa4ddbac32a5a853cbb2a84ae12326e27adf40615db022b0b8f7da7c6779f
3
-size 9551080
+oid sha256:41e20a0ac1a1d4630e447bb58c545fa4de90fd25510fc83e7ea9800260dca082
+size 9551288
timefor.go
@@ -516,6 +516,7 @@ func Daemon(
516
return err
517
}
518
if duration > intervalToShowBreakReminder && time.Since(notified) > intervalToRepeatBreakReminder {
519
+ fmt.Printf("sending notification for %s\n", formatDuration(duration))
520
args := []string{
521
"Take a break!",
522
fmt.Sprintf("Active for %v already", formatDuration(duration)),
0 commit comments