Motivation: better DX when I run long execution scripts.
PoC
$ notify -5s go run main.go
# if go run main.go execution time >5s then exec
# osascript -e 'display notification "The command `go run main.go` is complete! Exec time... Status code..." with title "Script execution"'
Motivation: better DX when I run long execution scripts.
PoC