Skip to content

Client:XMMbaSh2

Erik Massop edited this page Nov 4, 2017 · 1 revision

File:Client-XMMbaSh2.png

XMMSbaSh2 is a command line "client" written in a single line of shell script. I was getting tired of typing 'xmms2' before every command (hint to the devs, xmms2 needs some kind of interactive mode like this). . . Client written by Joseph Kern.

Now the Code


while [ 1 ]; do read -e -p 'XMMbaSh2> ' cmd ; xmms2 $cmd; done

Clone this wiki locally