-
Notifications
You must be signed in to change notification settings - Fork 2
Client:XMMbaSh2
Erik Massop edited this page Nov 4, 2017
·
1 revision
- Author: Joseph Kern
- Latest version: 0.1
- Homepage: https://xmms2.org/wiki/Client:XMMbaSh2
- Development language: Bash
- User interface: console
- Screenshots: []
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
Content is available under GNU Free Documentation License 1.2 unless otherwise noted.
- Community
- Development