Listen to radio from command line
Here is a simple bash script that let you listen to internet radio stations all without leaving the convenience of your terminal.
Prereqisites # The script works with dmenu so you need to have it installed. Uses Mpv to play the audio Steps # Download script by running wget https://github.com/Nandu-Chandran/.scripts/blob/master/radio.sh Then move it to your user bin by mv radio.sh ~/.local/bin Finally chmod +x radio.sh to give permissions. Radio urls are copied from online radio sites.