Skip to content

tom-on-the-internet/sound-board

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

Bash Soundboard

A soundboard written hastily in bash. It can download sounds from the web.

See video: https://youtu.be/8juEYavtAVg

Usage

See this help message
sound-board.bash -h (or --help)

List sounds
sound-board.bash -l (or --list)

Play downloaded sound
sound-board.bash soundname

Download sound
sound-board.bash url start_time end_time soundname

sxhkdrc snippet example

shift + ctrl + {n,e,i,o}
  { sound=yeah;         text='yeah yeah yeah!'; \
  , sound=diesel;       text='VIM diesel';   \
  , sound=supereasy;    text='super easy! barely an inconvenience'; \
  , sound=garbage;      text='Proprietary garbage!';  \
  } \
 notify-send $text; sb $sound

About

A bash soundboard that can download sounds

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages