We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2cdfeb commit a56f7baCopy full SHA for a56f7ba
plumbing
@@ -1,22 +1,10 @@
1
## MUSIC GO TO AFPLAY
2
## -----------------------------------------------------------------------------
3
4
-## mac only
5
-## todo: rewrite for freebsd / linux
+## macOS only
6
7
kind is text
8
data matches '[a-zA-Z¡-0-9_\-./]+'
9
data matches '([a-zA-Z¡-0-9_\-./]+)\.(mp3|mp4|mpeg)'
10
data isfile $0
11
plumb start afplay $file
12
-
13
-## PERL ERROR MESSAGES GO TO ACME
14
-## -----------------------------------------------------------------------------
15
16
-type is text
17
-data matches '([a-zA-Z¡-0-9_\-.]+\.p[l|m])( line )([0-9]+)?'
18
-arg isfile $1
19
-data set $file
20
-attr add addr=$3
21
-plumb to edit
22
-plumb client window $editor
0 commit comments