Beep.jl is a Julia package which will give sound notification you once script is executed.
julia> beep() # default sound: "work_complete"
julia> beep("sound_type") # specify any sound type from the list
It is required to specify sound type in function.
- "alert"
- "chris"
- "church"
- "gun"
- "laser"
- "quack"
- "rocket"
- "whistle"
julia> @beep "chris" println("Playing Chris!")
julia> @beep @info "Play default sound and print this message."
julia> @beep "chris" "laser" @info "Let your task be preceeded by a chris beep and followed by a laser. Who wouldn't want that!"
Feel free to make a PR and add more sounds for notification from Zapslat.
Sound effects obtained from https://www.zapsplat.com