Skip to content

Commit a56f7ba

Browse files
committed
Plumber should not care about Perl anymore
1 parent f2cdfeb commit a56f7ba

File tree

1 file changed

+1
-13
lines changed

1 file changed

+1
-13
lines changed

plumbing

+1-13
Original file line numberDiff line numberDiff line change
@@ -1,22 +1,10 @@
11
## MUSIC GO TO AFPLAY
22
## -----------------------------------------------------------------------------
33

4-
## mac only
5-
## todo: rewrite for freebsd / linux
4+
## macOS only
65

76
kind is text
87
data matches '[a-zA-Z¡-￿0-9_\-./]+'
98
data matches '([a-zA-Z¡-￿0-9_\-./]+)\.(mp3|mp4|mpeg)'
109
data isfile $0
1110
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

Comments
 (0)