aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--main.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/main.go b/main.go
index 156d261..ea03241 100644
--- a/main.go
+++ b/main.go
@@ -100,6 +100,7 @@ func progress(total, left time.Duration) string {
}
func notify(title, s string) error {
+ s = time.Now().Format(time.Kitchen) + " " + s
switch runtime.GOOS {
case "darwin":
msg := fmt.Sprintf("display notification %q with title %q", s, title)