forked from nushell/nupm
-
Notifications
You must be signed in to change notification settings - Fork 0
/
registry.nuon
289 lines (288 loc) · 7.57 KB
/
registry.nuon
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
# Registry is a NUON file that tells nupm where to look for packages
#
# Currently, these package types are supported:
# * git ..... package is an online git repository
# * local ... package is on a local filesystem
#
# The package type defines the columns of the registry record. Each column holds
# holds a table of packages.
#
# Git packages accept the following columns:
# * name ....... name of the package
# * version .... version of the package
# * url ........ Git URL of the package
# * revision ... Git revision to check out when installing the package (commit
# hash, version, branch name, ...)
# * path ....... Path relative to the repository root where to look for nupm.nuon
#
# Local packages accept the following columns:
# * name ....... name of the package
# * version .... version of the package
# * path ....... Path where to look for nupm.nuon. It can be absolute, or
# relative. If relative, then relative to the registry file.
#
# One registry can contain packages with the same name, but they must be of
# different version.
{
git: [
[
name,
version,
url,
revision,
path
];
[
nu_plugin_audio_hook,
"0.1.12",
"https://github.com/FMotalleb/nu_plugin_audio_hook",
"v0.1.12",
.
],
[
nu_plugin_clipboard,
"0.3.4",
"https://github.com/FMotalleb/nu_plugin_clipboard",
"27faf8d",
.
],
[
nu_plugin_desktop_notifications,
"1.0.7",
"https://github.com/FMotalleb/nu_plugin_desktop_notifications",
"7556310",
.
],
[
nu_plugin_image,
"0.3.2",
"https://github.com/FMotalleb/nu_plugin_image",
"7703e79",
.
],
[
nu_plugin_port_list,
"1.2.10",
"https://github.com/FMotalleb/nu_plugin_port_list",
"dddd72d",
.
],
[
nu_plugin_port_scan,
"1.0.10",
"https://github.com/FMotalleb/nu_plugin_port_scan",
"7424a69",
.
],
[
nu_plugin_qr_maker,
"1.0.2",
"https://github.com/FMotalleb/nu_plugin_qr_maker",
"73bf1e4",
.
],
[
nu-git-manager,
"0.7.0",
"https://github.com/amtoine/nu-git-manager",
"0.7.0",
pkgs/nu-git-manager
],
[
nu-git-manager-sugar,
"0.7.0",
"https://github.com/amtoine/nu-git-manager",
"0.7.0",
pkgs/nu-git-manager-sugar
],
[
nu-git-manager,
"0.6.0",
"https://github.com/amtoine/nu-git-manager",
"0.6.0",
pkgs/nu-git-manager
],
[
nu-git-manager-sugar,
"0.6.0",
"https://github.com/amtoine/nu-git-manager",
"0.6.0",
pkgs/nu-git-manager-sugar
],
[
nu-git-manager,
"0.5.0",
"https://github.com/amtoine/nu-git-manager",
"0.5.0",
pkgs/nu-git-manager
],
[
nu-git-manager-sugar,
"0.5.0",
"https://github.com/amtoine/nu-git-manager",
"0.5.0",
pkgs/nu-git-manager-sugar
],
[
nu-git-manager,
"0.4.0",
"https://github.com/amtoine/nu-git-manager",
"0.4.0",
pkgs/nu-git-manager
],
[
nu-git-manager-sugar,
"0.4.0",
"https://github.com/amtoine/nu-git-manager",
"0.4.0",
pkgs/nu-git-manager-sugar
],
[
nu-git-manager,
"0.3.0",
"https://github.com/amtoine/nu-git-manager",
"0.3.0",
pkgs/nu-git-manager
],
[
nu-git-manager-sugar,
"0.3.0",
"https://github.com/amtoine/nu-git-manager",
"0.3.0",
pkgs/nu-git-manager-sugar
],
[
nu-git-manager,
"0.2.0",
"https://github.com/amtoine/nu-git-manager",
"0.2.0",
pkgs/nu-git-manager
],
[
nu-git-manager-sugar,
"0.2.0",
"https://github.com/amtoine/nu-git-manager",
"0.2.0",
pkgs/nu-git-manager-sugar
],
[
nu-git-manager,
"0.1.0",
"https://github.com/amtoine/nu-git-manager",
"0.1.0",
pkgs/nu-git-manager
],
[
nu-git-manager-sugar,
"0.1.0",
"https://github.com/amtoine/nu-git-manager",
"0.1.0",
pkgs/nu-git-manager-sugar
],
[
nu-pomodoro,
"0.1.0",
"https://github.com/amtoine/nu-pomodoro",
"main",
.
],
[
nu-right-prompt,
"0.1.0",
"https://github.com/amtoine/nu-right-prompt",
"main",
.
],
[
nu_plugin_explore,
"0.1.2",
"https://github.com/amtoine/nu_plugin_explore",
"0.1.2",
.
],
[
nu_plugin_explore,
"0.2.0",
"https://github.com/amtoine/nu_plugin_explore",
"0.2.0",
.
],
[
nu-clippy,
"0.1.0",
"https://github.com/amtoine/scripts",
"b7c3401b4d2019909af203bfe89207aa39d52a1e",
nu-clippy
],
[
nu-logout,
"0.1.0",
"https://github.com/amtoine/scripts",
"b7c3401b4d2019909af203bfe89207aa39d52a1e",
nu-logout
],
[
nu-monitor-manager,
"0.1.0",
"https://github.com/amtoine/scripts",
"b7c3401b4d2019909af203bfe89207aa39d52a1e",
nu-monitor-manager
],
[
nu-scripts,
"0.1.0",
"https://github.com/amtoine/scripts",
"b7c3401b4d2019909af203bfe89207aa39d52a1e",
nu-scripts
],
[
nu-sound-manager,
"0.1.0",
"https://github.com/amtoine/scripts",
"b7c3401b4d2019909af203bfe89207aa39d52a1e",
nu-sound-manager
],
[
nu-zellij,
"0.1.0",
"https://github.com/amtoine/zellij-layouts",
"46f4ded194a13b6acfb7b5b25ea9d179e4e74e12",
nu-zellij
],
[
nu-hooks,
"0.1.0",
"https://github.com/nushell/nu_scripts",
"f04cb44",
nu-hooks
],
[
nu-themes,
"0.1.0",
"https://github.com/nushell/nu_scripts",
"f04cb44",
themes
],
[
nupm,
"0.1.0",
"https://github.com/nushell/nupm",
"29916fc",
.
],
[
tmux-sessionizer,
"0.1.0",
"https://github.com/amtoine/tmux-sessionizer",
"18f5cef534b8b494e4dee645e453231dd5d1bc4c",
.
],
[
tmux-sessionizer,
"main",
"https://github.com/amtoine/tmux-sessionizer",
"main",
.
]
]
}