-
Notifications
You must be signed in to change notification settings - Fork 1
/
KinemeTextFileWriter.xml
57 lines (56 loc) · 1.45 KB
/
KinemeTextFileWriter.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
<key>nodeAttributes</key>
<dict>
<key>categories</key>
<array>
<string>Kineme FileTools</string>
</array>
<key>copyright</key>
<string>Copyright © 2007-2010 Kosada Incorporated</string>
<key>description</key>
<string>This patch saves an input string to a text file.
http://kineme.net/</string>
<key>name</key>
<string>Text File Writer</string>
</dict>
<key>inputAttributes</key>
<dict>
<key>inputText</key>
<dict>
<key>description</key>
<string>Text to write to file</string>
<key>name</key>
<string>Text</string>
</dict>
<key>inputFile</key>
<dict>
<key>description</key>
<string>The file to save to. File paths starting with '/' are absolute, with '~' are user-local, and otherwise composition-relative.</string>
<key>name</key>
<string>Output File</string>
</dict>
<key>inputSignal</key>
<dict>
<key>description</key>
<string>Signals when to write Text to Output File</string>
<key>name</key>
<string>Write Signal</string>
</dict>
<key>inputMode</key>
<dict>
<key>description</key>
<string>Selects which files to return</string>
<key>name</key>
<string>Mode</string>
<key>menu</key>
<array>
<string>Overwrite</string>
<string>Append</string>
</array>
</dict>
</dict>
</dict>
</plist>