Skip to content

Notify me, Julia! I cannot remember after executing the script!!

License

Notifications You must be signed in to change notification settings

arubhardwaj/Beep.jl

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Beep.jl

Coverage Coverage

Beep.jl is a Julia package which will give sound notification you once script is executed.

Usage

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"

With a macro too!

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!"

Add more sounds

Feel free to make a PR and add more sounds for notification from Zapslat.

Credits

Sound effects obtained from https://www.zapsplat.com

About

Notify me, Julia! I cannot remember after executing the script!!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages