DEV Community

Discussion on: What are the amazing things you do with the terminal?

Collapse
 
jarxg profile image
@jarxg • Edited

Nothing really amazing but I have some aliases for listening to the radio:

alias bcr='mpv http://www.berlincommunityradio.com/sites/all/themes/bcr_bootstrap/streams/bcr.m3u'
alias dfm='mpv http://dfm.nu/DFM_RTV_INT_1.m3u'
alias kexp='mpv http://live-aacplus-64.kexp.org/kexp64.aac'
alias rfb='mpv http://us1.internet-radio.com:8155/stream'
alias wfmu='mpv http://wfmu.org/wfmu.pls'
alias wfmu.rock='mpv http://wfmu.org/wfmu_rock.pls'
alias wfmu.ubu='mpv http://wfmu.org/wfmu_ubu.pls'

You need mpv, of course. For people on macOS:

brew install mpv

I suppose you can install it on Ubuntu with:

sudo apt-get install mpv