Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 567 Bytes

readme.md

File metadata and controls

39 lines (26 loc) · 567 Bytes

#LSTN: Lil' Song Terminal/Tmux Notification

Installation

$ curl https://raw.githubusercontent.com/richsoni/lstn/master/lstn > ~/bin/lstn
$ chmod +x ~/bin/lstn

Requirements

  • mpc, for displaying mpd status
  • ruby
  • OS X

Usage

Basic

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

Tmux Banner

add something like this to your .tmux.conf file.

set -g status-left '#[fg=yellow](#S)#[fg=green] #(lstn)'