Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 955 Bytes

README.md

File metadata and controls

38 lines (29 loc) · 955 Bytes

sh-music

Control music playback with this shell script.

Requirements

Usage

Add music.sh to your $PATH along with this MUSIC=<SOME_DIR> variable to your environment.

$ music play [ QUERY | FILES... ]
        queue [ QUERY | FILES... ]
        select [ QUERY | FILES... ]
        list QUERY
        now-playing [ TAG_FIELDS... ]
        edit QUERY
        remove QUERY
        pause ( yes | no )
        seek [-]SECONDS
        next
        prev
        quit
        kill
        volume ( up | down | 0..100 )

If no arguments are given, files are to be passed through stdin.

Other People's Stuff