|
2 | 2 | <plugins>
|
3 | 3 | <plugin name="HandleSchemeHTTP">
|
4 | 4 | <event value="URL_PACK_UNPACK" />
|
5 |
| - <description value="HTTP URL Scheme Handler with curl. 
Arguments: Command line options passed to the curl command." /> |
| 5 | + <description value="HTTP URL Scheme Handler (curl).
Arguments: curl command line options." /> |
6 | 6 | <file-filters value="^http://.*$;^https://.*$" />
|
7 | 7 | <extended-properties value="ProcessType=URL Handling" />
|
8 | 8 | <is-automatic value="true" />
|
|
13 | 13 | </plugin>
|
14 | 14 | <plugin name="HandleSchemeReg">
|
15 | 15 | <event value="URL_PACK_UNPACK" />
|
16 |
| - <description value="Windows Registry URL Scheme Handler. 
Arguments: Command line options passed to the reg.exe command." /> |
| 16 | + <description value="Windows Registry URL Scheme Handler.
Arguments: reg.exe command line options." /> |
17 | 17 | <file-filters value="^reg:.*$" />
|
18 | 18 | <extended-properties value="ProcessType=URL Handling" />
|
19 | 19 | <is-automatic value="true" />
|
|
25 | 25 | </plugin>
|
26 | 26 | <plugin name="PrettifyHTML">
|
27 | 27 | <event value="FILE_PACK_UNPACK" />
|
28 |
| - <description value="HTML Prettier with tidy-html5. 
Arguments: Command line options passed to the tidy command." /> |
| 28 | + <description value="HTML Prettier (tidy-html5).
Arguments: tidy command line options." /> |
29 | 29 | <file-filters value="\.html$;\.htm$" />
|
30 | 30 | <is-automatic value="false" />
|
31 | 31 | <unpacked-file-extension value=".html" />
|
|
37 | 37 | </plugin>
|
38 | 38 | <plugin name="PrettifyXML">
|
39 | 39 | <event value="FILE_PACK_UNPACK" />
|
40 |
| - <description value="XML Prettier with tidy-html5. 
Arguments: Command line options passed to the tidy command." /> |
| 40 | + <description value="XML Prettier (tidy-html5).
Arguments: tidy command line options." /> |
41 | 41 | <file-filters value="\.xml$" />
|
42 | 42 | <is-automatic value="false" />
|
43 | 43 | <unpacked-file-extension value=".xml" />
|
|
49 | 49 | </plugin>
|
50 | 50 | <plugin name="PrettifyJSON">
|
51 | 51 | <event value="FILE_PACK_UNPACK" />
|
52 |
| - <description value="JSON Prettier with jq command. 
Arguments: Filter or command line options passed to the jq command." /> |
| 52 | + <description value="JSON Prettier (jq).
Arguments: jq filter/command line options." /> |
53 | 53 | <file-filters value="\.json$" />
|
54 | 54 | <is-automatic value="false" />
|
55 | 55 | <unpacked-file-extension value=".json" />
|
|
61 | 61 | </plugin>
|
62 | 62 | <plugin name="PrettifyYAML">
|
63 | 63 | <event value="FILE_PACK_UNPACK" />
|
64 |
| - <description value="YAML Prettier with yq command. 
Arguments: Filter or command line options passed to the yq command." /> |
| 64 | + <description value="YAML Prettier (yq).
Arguments: yq filter/command line options." /> |
65 | 65 | <file-filters value="\.yaml$;\.yml$" />
|
66 | 66 | <is-automatic value="false" />
|
67 | 67 | <unpacked-file-extension value=".yaml" />
|
|
73 | 73 | </plugin>
|
74 | 74 | <plugin name="QueryCSV">
|
75 | 75 | <event value="FILE_PACK_UNPACK" />
|
76 |
| - <description value="CSV Querier with q command. 
Arguments: SQL statement or command line options passed to the q command." /> |
| 76 | + <description value="CSV Querier (q).
Arguments: SQL statement/q options." /> |
77 | 77 | <file-filters value="\.csv$" />
|
78 | 78 | <is-automatic value="false" />
|
79 | 79 | <unpacked-file-extension value=".csv" />
|
|
85 | 85 | </plugin>
|
86 | 86 | <plugin name="QueryTSV">
|
87 | 87 | <event value="FILE_PACK_UNPACK" />
|
88 |
| - <description value="TSV Querier with q command. 
Arguments: SQL statement or command line options passed to the q command." /> |
| 88 | + <description value="TSV Querier (q).
Arguments: SQL statement/q options." /> |
89 | 89 | <file-filters value="\.tsv$" />
|
90 | 90 | <is-automatic value="false" />
|
91 | 91 | <unpacked-file-extension value=".tsv" />
|
|
97 | 97 | </plugin>
|
98 | 98 | <plugin name="QueryJSON">
|
99 | 99 | <event value="FILE_PACK_UNPACK" />
|
100 |
| - <description value="JSON Querier with jq command. 
Arguments: Filter or command line options passed to the jq command." /> |
| 100 | + <description value="JSON Querier (jq).
Arguments: jq filter/command line options." /> |
101 | 101 | <file-filters value="\.json$" />
|
102 | 102 | <is-automatic value="false" />
|
103 | 103 | <unpacked-file-extension value=".json" />
|
|
109 | 109 | </plugin>
|
110 | 110 | <plugin name="QueryYAML">
|
111 | 111 | <event value="FILE_PACK_UNPACK" />
|
112 |
| - <description value="YAML Querier with yq command. 
Arguments: Filter or command line options passed to the yq command." /> |
| 112 | + <description value="YAML Querier (yq).
Arguments: yq filter/command line options." /> |
113 | 113 | <file-filters value="\.yaml$;\.yml$" />
|
114 | 114 | <is-automatic value="false" />
|
115 | 115 | <unpacked-file-extension value=".yaml" />
|
|
121 | 121 | </plugin>
|
122 | 122 | <plugin name="ValidateHTML">
|
123 | 123 | <event value="FILE_PACK_UNPACK" />
|
124 |
| - <description value="HTML Validator with tidy-html5. 
Arguments: Command line options passed to the tidy command." /> |
| 124 | + <description value="HTML Validator (tidy-html5).
Arguments: tidy command line options." /> |
125 | 125 | <file-filters value="\.html$;\.htm$" />
|
126 | 126 | <is-automatic value="false" />
|
127 | 127 | <unpacked-file-extension value=".html" />
|
|
133 | 133 | </plugin>
|
134 | 134 | <plugin name="PreviewGraphviz">
|
135 | 135 | <event value="FILE_PACK_UNPACK" />
|
136 |
| - <description value="Graphviz Previewer. 
Arguments: Command line options passed to the dot command." /> |
| 136 | + <description value="Graphviz Previewer.
Arguments: dot command line options." /> |
137 | 137 | <file-filters value="\.gv;$\.dot$" />
|
138 | 138 | <is-automatic value="false" />
|
139 | 139 | <unpacked-file-extension value=".png" />
|
|
145 | 145 | </plugin>
|
146 | 146 | <plugin name="PreviewMarkdown">
|
147 | 147 | <event value="FILE_PACK_UNPACK" />
|
148 |
| - <description value="Markdown Previewer. 
Arguments: Command line options passed to the md2html command." /> |
| 148 | + <description value="Markdown Previewer.
Arguments: md2html command line options." /> |
149 | 149 | <file-filters value="\.md$;\.markdown$" />
|
150 | 150 | <is-automatic value="false" />
|
151 | 151 | <unpacked-file-extension value=".html" />
|
|
157 | 157 | </plugin>
|
158 | 158 | <plugin name="PreviewPlantUML">
|
159 | 159 | <event value="FILE_PACK_UNPACK" />
|
160 |
| - <description value="PlantUML Previewer. 
Arguments: Command line options passed to the plantuml.jar command." /> |
| 160 | + <description value="PlantUML Previewer.
Arguments: plantuml.jar command line options." /> |
161 | 161 | <file-filters value="\.pu$;\.puml$" />
|
162 | 162 | <is-automatic value="false" />
|
163 | 163 | <unpacked-file-extension value=".png" />
|
|
169 | 169 | </plugin>
|
170 | 170 | <plugin name="ApacheTika">
|
171 | 171 | <event value="FILE_PACK_UNPACK" />
|
172 |
| - <description value="General content extractor with Apache Tika. 
Arguments: Command line options passed to the tika-app.jar." /> |
| 172 | + <description value="Content extractor (Apache Tika).
Arguments: tika-app.jar command line options." /> |
173 | 173 | <file-filters value="\.*$" />
|
174 | 174 | <is-automatic value="false" />
|
175 | 175 | <unpacked-file-extension value=".txt" />
|
|
181 | 181 | </plugin>
|
182 | 182 | <plugin name="DisassembleJVM">
|
183 | 183 | <event value="FILE_PACK_UNPACK" />
|
184 |
| - <description value="JVM bytecode disassembler with javap. 
Arguments: Command line options passed to the javap command." /> |
| 184 | + <description value="JVM bytecode disassembler (javap).
Arguments: javap command line options." /> |
185 | 185 | <file-filters value="\.class$" />
|
186 | 186 | <is-automatic value="false" />
|
187 | 187 | <unpacked-file-extension value=".txt" />
|
|
193 | 193 | </plugin>
|
194 | 194 | <plugin name="DisassembleIL">
|
195 | 195 | <event value="FILE_PACK_UNPACK" />
|
196 |
| - <description value="IL disassembler with ildasm. 
Arguments: Command line options passed to the ildasm command." /> |
| 196 | + <description value="IL disassembler (ildasm).
Arguments: ildasm command line options." /> |
197 | 197 | <file-filters value="\.obj$;\.lib$;\.winmd$;\.exe$;\.dll$" />
|
198 | 198 | <is-automatic value="false" />
|
199 | 199 | <unpacked-file-extension value=".asm" />
|
|
205 | 205 | </plugin>
|
206 | 206 | <plugin name="DisassembleNative">
|
207 | 207 | <event value="FILE_PACK_UNPACK" />
|
208 |
| - <description value="Native code disassembler with dumpbin. 
Arguments: Command line options passed to the dumpbin command." /> |
| 208 | + <description value="Native code disassembler (dumpbin).
Arguments: dumpbin command line options." /> |
209 | 209 | <file-filters value="\.obj$;\.lib$;\.exe$;\.dll$" />
|
210 | 210 | <is-automatic value="false" />
|
211 | 211 | <unpacked-file-extension value=".asm" />
|
|
0 commit comments