-
Notifications
You must be signed in to change notification settings - Fork 46
/
config.yaml
329 lines (328 loc) · 9.89 KB
/
config.yaml
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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
core:
minimum_plugin: "0.60.0"
minimum_protocol: "0.60.0"
plugin_repository: https://github.com/nushell/nushell/tree/main/crates/nu-plugin
protocol_repository: https://github.com/nushell/nushell/tree/main/crates/nu-protocol
plugins:
- name: nu_plugin_periodic_table
language: rust
repository:
url: https://github.com/JosephTLyons/nu_plugin_periodic_table
branch: master
- name: nu_plugin_query
language: rust
repository:
url: https://github.com/nushell/nushell/tree/main/crates/nu_plugin_query
branch: main
- name: nu_plugin_inc
language: rust
repository:
url: https://github.com/nushell/nushell/tree/main/crates/nu_plugin_inc
branch: main
- name: nu_plugin_gstat
language: rust
repository:
url: https://github.com/nushell/nushell/tree/main/crates/nu_plugin_gstat
branch: main
- name: nu_plugin_net
language: rust
repository:
url: https://github.com/fennewald/nu_plugin_net
branch: main
- name: nu_plugin_pnet
language: rust
repository:
url: https://github.com/fdncred/nu_plugin_pnet
branch: main
- name: nu_plugin_bin_reader
language: python
repository:
url: https://github.com/WindSoilder/nu_plugin_bin_reader
branch: main
override:
name: "[nu_plugin_bin_reader](https://github.com/WindSoilder/nu_plugin_bin_reader)"
version: "0.0.0"
description: "A high level, general binary data reader."
plugin: "0.0"
protocol: "0.0"
- name: nu_plugin_parquet
language: rust
repository:
url: https://github.com/fdncred/nu_plugin_parquet
branch: main
- name: nu_plugin_bio
language: rust
repository:
url: https://github.com/Euphrasiologist/nu_plugin_bio
branch: main
- name: nu_plugin_mongo
language: rust
repository:
url: https://github.com/WindSoilder/nu_plugin_mongo
branch: main
- name: nu_plugin_regex
language: rust
repository:
url: https://github.com/fdncred/nu_plugin_regex
branch: main
- name: nu_plugin_template
language: rust
repository:
url: https://github.com/fdncred/nu_plugin_template
branch: main
override:
name: "[nu_plugin_template](https://github.com/fdncred/nu_plugin_template)"
description: A `cargo-generate` template for making it easier to create nushell plugins.
- name: nu_plugin_plist
language: rust
repository:
url: https://github.com/ayax79/nu_plugin_plist
branch: main
- name: nu_plugin_plot
language: rust
repository:
url: https://github.com/Euphrasiologist/nu_plugin_plot
branch: main
- name: nu_plugin_from_hdf5
language: rust
repository:
url: https://github.com/Berrysoft/nu_plugin_from_hdf5
branch: master
override:
description: A plugin to parse HDF5 files into nushell record.
- name: nu_plugin_from_beancount
language: rust
repository:
url: https://github.com/jcornaz/nu_plugin_from_beancount
branch: main
- name: nu_plugin_from_bencode
language: rust
repository:
url: https://github.com/bluk/nu_plugin_from_bencode
branch: trunk
- name: nu_plugin_dialog
language: rust
repository:
url: https://github.com/Trivernis/nu-plugin-dialog
branch: main
- name: nu_plugin_formats
language: rust
repository:
url: https://github.com/nushell/nushell/tree/main/crates/nu_plugin_formats
branch: main
- name: nu_plugin_dcm
language: rust
repository:
url: https://github.com/realcundo/nu_plugin_dcm
branch: master
- name: nu_plugin_hcl
language: rust
repository:
url: https://github.com/Yethal/nu_plugin_hcl
branch: main
- name: nu_plugin_json_path
language: rust
repository:
url: https://github.com/fdncred/nu_plugin_json_path
branch: main
- name: nu_plugin_str_similarity
language: rust
repository:
url: https://github.com/fdncred/nu_plugin_str_similarity
branch: main
- name: nu_plugin_bexpand
language: rust
repository:
url: https://codeberg.org/Taywee/nu-plugin-bexpand
branch: main
- name: nu_plugin_highlight
language: rust
repository:
url: https://github.com/cptpiepmatz/nu-plugin-highlight
branch: main
- name: nu_plugin_emoji
language: rust
repository:
url: https://github.com/fdncred/nu_plugin_emoji
branch: main
- name: nu_plugin_kdl
language: rust
repository:
url: https://github.com/amtoine/nu_plugin_kdl
branch: main
- name: nu_plugin_file
language: rust
repository:
url: https://github.com/fdncred/nu_plugin_file
branch: main
- name: nu_plugin_dns
language: rust
repository:
url: https://github.com/dead10ck/nu_plugin_dns
branch: main
- name: nu_plugin_port_scan
language: rust
repository:
url: https://github.com/FMotalleb/nu_plugin_port_scan
branch: main
- name: nu_plugin_port_list
language: rust
repository:
url: https://github.com/FMotalleb/nu_plugin_port_list
branch: main
- name: nu_plugin_audio_hook
language: rust
repository:
url: https://github.com/FMotalleb/nu_plugin_audio_hook
branch: main
- name: nu_plugin_desktop_notifications
language: rust
repository:
url: https://github.com/FMotalleb/nu_plugin_desktop_notifications
branch: main
- name: nu_plugin_clipboard
language: rust
repository:
url: https://github.com/FMotalleb/nu_plugin_clipboard
branch: main
- name: nu_plugin_explore
language: rust
repository:
url: https://github.com/amtoine/nu_plugin_explore
branch: main
override:
description: "A fast structured data explorer for Nushell."
- name: nu_plugin_qr_maker
language: rust
repository:
url: https://github.com/FMotalleb/nu_plugin_qr_maker
branch: main
- name: nu_plugin_msgpack
language: rust
repository:
url: https://github.com/hulthe/nu_plugin_msgpack
branch: master
- name: nu_plugin_units
language: rust
repository:
url: https://github.com/JosephTLyons/nu_plugin_units
branch: main
- name: nu_plugin_image
language: rust
repository:
url: https://github.com/FMotalleb/nu_plugin_image
branch: main
- name: nu_plugin_semver
language: rust
repository:
url: https://github.com/abusch/nu_plugin_semver
branch: main
- name: nu_plugin_dbus
language: rust
repository:
url: https://github.com/devyn/nu_plugin_dbus
branch: main
- name: nu_plugin_dpkgtable
language: rust
repository:
url: https://github.com/pdenapo/nu_plugin_dpkgtable
branch: main
- name: nu_plugin_from_sse
language: rust
repository:
url: https://github.com/cablehead/nu_plugin_from_sse
branch: main
- name: nu_plugin_ulid
language: rust
repository:
url: https://github.com/lizclipse/nu_plugin_ulid
branch: master
- name: nu_plugin_hmac
language: rust
repository:
url: https://github.com/fnuttens/nu_plugin_hmac
branch: main
- name: nu_plugin_prometheus
language: rust
repository:
url: https://github.com/drbrain/nu_plugin_prometheus
branch: main
- name: nu_plugin_skim
language: rust
repository:
url: https://github.com/idanarye/nu_plugin_skim
branch: main
- name: nu_plugin_plist
language: go
repository:
url: https://github.com/ainvaltin/nu_plugin_plist
branch: main
override: # override any field in the result record (do not use unless you have to `like the plugin is written in Python`)
name: "[nu_plugin_plist](https://github.com/ainvaltin/nu_plugin_plist)"
version: "0.1.0"
description: "Nushell plist and base85 plugin implemented in Go."
plugin: "0.94.0"
protocol: "0.94.0"
- name: nu_plugin_endecode
language: rust
repository:
url: https://codeberg.org/kaathewise/nugins/src/branch/trunk/endecode
branch: trunk
override:
plugin: "0.99.0"
protocol: "0.99.0"
- name: nu_plugin_template
language: rust
repository:
url: https://codeberg.org/kaathewise/nugins/src/branch/trunk/template
branch: trunk
override:
plugin: "0.99.0"
protocol: "0.99.0"
- name: nu_plugin_mime
language: rust
repository:
url: https://github.com/kik4444/nu_plugin_mime
branch: master
- name: nu_plugin_rpm
language: rust
repository:
url: https://github.com/yybit/nu_plugin_rpm
branch: main
- name: nu_plugin_hashes
language: rust
repository:
url: https://github.com/ArmoredPony/nu_plugin_hashes
branch: master
- name: nu_plugin_plotters
language: rust
repository:
url: https://github.com/cptpiepmatz/nu-jupyter-kernel/tree/main/crates/nu_plugin_plotters
branch: main
- name: nu_plugin_compress
language: rust
repository:
url: https://github.com/yybit/nu_plugin_compress
branch: main
- name: nu_plugin_vec
language: rust
repository:
url: https://github.com/PhotonBursted/nu_plugin_vec
branch: main
- name: nu_plugin_sled
language: rust
repository:
url: https://github.com/mrxiaozhuox/nu_plugin_sled
branch: main
# Example
# - name: nu_plugin_bin_reader # the plugins name (mandatory)
# language: python # programming language (mandatory)
# repository: # information of the repository (mandatory)
# url: https://github.com/WindSoilder/nu_plugin_bin_reader # address of the repository (mandatory) (only supports GitHub, GitLab, codeberg)
# branch: main # (mandatory)
# override: # override any field in the result record (do not use unless you have to `like the plugin is written in Python`)
# name: "[nu_plugin_bin_reader](https://github.com/WindSoilder/nu_plugin_bin_reader)"
# version: "0.0.0"
# description: "A high level, general binary data reader."
# plugin: "0.0"
# protocol: "0.0"