blob: f64f07153748aa8ec428e3cb7f50945d45a0b8e6 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
plz
===
Play a media file from a configured directory with a configured media player if
it's a unique match for all the words given as arguments. If not unique, print
all the matches to help the user pick unique terms.
$ plz led zep stairw
$ plz black sab iron m
$ plz beeth symph 9
Create a file `/etc/plzrc` and/or `~/.plzrc` to use. A sample file is included
as `plzrc.sample`.
dir=/path/to/media
player=mplayer
Author
: Tom Ryder <tom@sanctum.geek.nz>
Copyright
: 2016
License
: MIT
|