Make the Smash Bros Melee narrator announce whether your command is successful or not.
In order to play sound, you will need at least one of the following utilities:
ffplay
(Usually provided with ffmpeg)pw-play
(Fedora, Ubuntu (since 21.04))paplay
(Fedora, Ubuntu)- or,
aplay
(Fedora, Ubuntu).
Melee.sh will attempt to use the first one it finds. If an audio utility is not found, the command being passed will still try to run without sound.
Download the melee.sh repository to your directory of choice, for example, ~/.local/bin/
, and then add the following line to your .bashrc
:
. ~/.local/bin/melee.sh/melee.sh
When you want to run a command, prefix it with melee
for sounds to be played.
$ melee %command%
# FAILURE!
$ melee stat /tmp/a
stat: cannot statx '/tmp/a': No such file or directory
# SUCCESS!
$ melee stat /tmp/b
File: /tmp/b
Size: 0 Blocks: 0 IO Block: 4096 regular empty file
Device: 0,32 Inode: 404 Links: 1
Access: (0644/-rw-r--r--) Uid: ( 1000/ aburk) Gid: ( 1000/ aburk)
Access: 2022-04-22 13:30:56.057428192 -0400
Modify: 2022-04-22 13:30:56.057428192 -0400
Change: 2022-04-22 13:30:56.057428192 -0400
Birth: -