#LSTN: Lil' Song Terminal/Tmux Notification
$ curl https://raw.githubusercontent.com/richsoni/lstn/master/lstn > ~/bin/lstn
$ chmod +x ~/bin/lstn
- mpc, for displaying mpd status
- ruby
- OS X
Just run the script, and it will show Artist - Song playing in Spotify, iTunes, or MPD.
$ lstn
Neil Young - Drive Back
$ lstn artist
Neil Young
$ lstn song
Drive Back
add something like this to your .tmux.conf
file.
set -g status-left '#[fg=yellow](#S)#[fg=green] #(lstn)'