forked from psget/psget
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Directory.xml
474 lines (474 loc) · 19.2 KB
/
Directory.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
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
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<feed xmlns="http://www.w3.org/2005/Atom"
xmlns:psget="urn:psget:v1.0">
<title type="text">PowerShell Modules Directory</title>
<id>https://github.com/psget/psget/raw/master/Directory.xml</id>
<!--<updated>2011-05-01T12:45:13Z</updated> -->
<entry>
<id>Find-String</id>
<title type="text">Find-String</title>
<summary type="text">A PowerShell script to provide functionality similar to grep or ack with highlighting.</summary>
<updated>2011-12-15T16:58:10-05:00</updated>
<author>
<name>David Mohundro</name>
<uri>http://mohundro.com</uri>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://raw.github.com/drmohundro/Find-String/master/Find-String.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/drmohundro/Find-String/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PsGet</id>
<title type="text">PsGet</title>
<summary type="text">Set of commands to install modules from local file or from the web. Inspired by NuGet</summary>
<updated>2011-05-01T15:52:10-07:00</updated>
<author>
<name>Mike Chaliy</name>
<uri>http://chaliy.name</uri>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://github.com/psget/psget/raw/master/PsGet/PsGet.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/psget/psget/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PsUrl</id>
<title type="text">PsUrl</title>
<summary type="text">Powershell stuff to download from web. Inspired by curl or wget.</summary>
<updated>2011-05-01T15:52:10-07:00</updated>
<author>
<name>Mike Chaliy</name>
<uri>http://chaliy.name</uri>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://github.com/chaliy/psurl/raw/master/PsUrl/PsUrl.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/chaliy/psurl/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PoshCode</id>
<title type="text">PoshCode Cmdlets</title>
<summary type="text">Provides cmdlets for working with scripts from the PoshCode Repository</summary>
<updated>2011-05-01T15:52:10-07:00</updated>
<author>
<name>Joel 'Jaykul' Bennett</name>
</author>
<content type="text/plain" src="http://poshcode.org/PoshCode.psm1" />
<psget:properties>
<psget:ProjectUrl>http://poshcode.org/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>posh-git</id>
<title type="text">posh-git</title>
<summary type="text">A set of PowerShell scripts which provide Git/PowerShell integration</summary>
<updated>2011-12-20T02:16:10-07:00</updated>
<author>
<name>Keith Dahlby</name>
<uri>http://solutionizing.net/</uri>
<email>[email protected]</email>
</author>
<content type="application/zip" src="https://github.com/dahlbyk/posh-git/zipball/master/" />
<psget:properties>
<psget:ProjectUrl>https://github.com/dahlbyk/posh-git/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>psake</id>
<title type="text">psake</title>
<summary type="text">A build automation tool... now with less XML...</summary>
<updated>2011-05-01T15:52:10-07:00</updated>
<author>
<name>James Kovacs</name>
<uri>http://www.jameskovacs.com/</uri>
<email>[email protected]</email>
</author>
<content type="application/zip" src="https://github.com/JamesKovacs/psake/zipball/master" />
<psget:properties>
<psget:ProjectUrl>https://github.com/JamesKovacs/psake</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>posh-hg</id>
<title type="text">posh-hg</title>
<summary type="text">Mercurial integration for PowerShell</summary>
<updated>2011-12-20T02:26:10-07:00</updated>
<author>
<name>Jeremy Skinner</name>
<uri>http://www.jeremyskinner.co.uk</uri>
</author>
<content type="application/zip" src="https://github.com/JeremySkinner/posh-hg/zipball/master" />
<psget:properties>
<psget:ProjectUrl>https://github.com/JeremySkinner/posh-hg</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>go</id>
<title type="text">go</title>
<summary type="text">Bookmarking for directories</summary>
<updated>2013-06-24T23:21:00-07:00</updated>
<author>
<name>Cameron Harp</name>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://raw.github.com/cameronharp/Go-Shell/master/go.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/cameronharp/Go-Shell</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>posh-svn</id>
<title type="text">posh-svn</title>
<summary type="text">SVN prompt/tab expansion for Windows PowerShell</summary>
<updated>2011-05-01T15:52:10-07:00</updated>
<author>
<name>Jeremy Skinner</name>
<uri>http://www.jeremyskinner.co.uk</uri>
</author>
<content type="application/zip" src="https://github.com/JeremySkinner/posh-svn/zipball/master" />
<psget:properties>
<psget:ProjectUrl>https://github.com/JeremySkinner/posh-svn</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PowerSpec</id>
<title type="text">PowerSpec</title>
<summary type="text">TDD framework for PowerShell</summary>
<updated>2011-05-01T15:52:10-07:00</updated>
<author>
<name>Sergey Shishkin</name>
<uri>http://shishkin.org</uri>
</author>
<content type="application/zip" src="https://github.com/shishkin/PowerSpec/zipball/master" />
<psget:properties>
<psget:ProjectUrl>https://github.com/shishkin/PowerSpec/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PowerYaml</id>
<title type="text">PowerYaml</title>
<summary type="text">Powershell wrapper for Yaml.Net</summary>
<updated>2011-05-01T15:52:10-07:00</updated>
<author>
<name>Scott Muc</name>
<uri>http://scottmuc.com/</uri>
<email>[email protected]</email>
</author>
<content type="application/zip" src="https://github.com/scottmuc/PowerYaml/zipball/master" />
<psget:properties>
<psget:ProjectUrl>https://github.com/scottmuc/PowerYaml</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PsConfig</id>
<title type="text">PsConfig</title>
<summary type="text">Powershell utilities to easy read/write user settings</summary>
<updated>2011-05-04T18:17:10+02:00</updated>
<author>
<name>Mike Chaliy</name>
<uri>http://chaliy.name</uri>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://raw.github.com/chaliy/psconfig/master/PsConfig/PsConfig.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/chaliy/psconfig</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PsJson</id>
<title type="text">PsJson</title>
<summary type="text">Powershell wrapper for Daniel Crenna JSON library</summary>
<updated>2011-06-13T11:05:31+02:00</updated>
<author>
<name>Mike Chaliy</name>
<uri>http://chaliy.name</uri>
<email>[email protected]</email>
</author>
<content type="application/zip" src="https://github.com/chaliy/psjson/zipball/master" />
<psget:properties>
<psget:ProjectUrl>https://github.com/chaliy/psjson</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>Pester</id>
<title type="text">Pester</title>
<summary type="text">BDD style testing for PowerShell</summary>
<updated>2011-07-30T21:52:10-07:00</updated>
<author>
<name>Scott Muc</name>
<uri>http://scottmuc.com/</uri>
<email>[email protected]</email>
</author>
<content type="application/zip" src="https://github.com/pester/Pester/zipball/master" />
<psget:properties>
<psget:ProjectUrl>https://github.com/pester/Pester</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>pswatch</id>
<title type="text">PsWatch</title>
<summary type="text">PsWatch: monitoring a directory for changes</summary>
<updated>2011-11-24T19:58:13-07:00</updated>
<author>
<name>José F. Romaniello</name>
<uri>http://joseoncode.com</uri>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://raw.github.com/jfromaniello/pswatch/master/pswatch.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/jfromaniello/pswatch/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>Send-Growl</id>
<title type="text">Send-Growl</title>
<summary type="text">Send-Growl: Growl integration for powershell. Original from Joel 'Jaykul' Bennett</summary>
<updated>2011-12-07T11:00:12-06:00</updated>
<author>
<name>José F. Romaniello</name>
<uri>http://joseoncode.com</uri>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://raw.github.com/gist/1444301/Send-Growl.psm1" />
<psget:properties>
<psget:ProjectUrl>http://huddledmasses.org/more-growl-for-windows-from-powershell/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>zaz</id>
<title type="text">Zaz</title>
<summary type="text">PowerShell Client for Zaz Command Bus</summary>
<updated>2011-11-25T13:12:11-07:00</updated>
<author>
<name>Mike Chaliy</name>
<uri>http://chaliy.name</uri>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://raw.github.com/chaliy/zaz/master/src/Zaz.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/chaliy/zaz/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>pscx</id>
<title type="text">PowerShell Community Extensions</title>
<summary type="text">PowerShell Community Extensions (PSCX) is aimed at providing a widely useful set of additional cmdlets, providers, aliases, filters, functions and scripts for Windows PowerShell that members of the community have expressed interest in.</summary>
<updated>2012-09-15T08:00:00-08:00</updated>
<author>
<name>Keith Hill</name>
<uri>http://rkeithhill.wordpress.com/</uri>
</author>
<content type="application/zip" src="https://github.com/psget/psget_repository/raw/master/Modules/PSCX/Pscx-2.1.0-RC.zip" />
<psget:properties>
<psget:ProjectUrl>http://pscx.codeplex.com/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>posh-couch</id>
<title type="text">PoSh-Couch</title>
<summary type="text">A module for interacting with CouchDB via Powershell</summary>
<updated>2010-04-25T12:01:02+01:00</updated>
<author>
<name>Alastair Smith</name>
<uri>http://www.alastairsmith.me.uk/</uri>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://github.com/alastairs/posh-couch/raw/master/CouchDB.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/alastairs/posh-couch/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>out-diff</id>
<title type="text">Out-Diff</title>
<summary type="text">Better DIFFs with PowerShell</summary>
<updated>2012-01-18T00:00:00+00:00</updated>
<author>
<name>Enrico Campidoglio</name>
<uri>http://megakemp.wordpress.com/</uri>
</author>
<content type="text/plain" src="https://raw.github.com/gist/1635952/26ad4dd96e88f727a4d9be37fa24332e05cfeb41/Out-Diff.ps1" />
<psget:properties>
<psget:ProjectUrl>http://megakemp.wordpress.com/2012/01/19/better-diffs-with-powershell/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>Autoload</id>
<title type="text">Autoload Module 1.2</title>
<summary type="text">Automatically load functions from scripts on-demand, instead of having to dot-source them ahead of time, or reparse them from the script every time.</summary>
<updated>2012-03-14T00:00:00+00:00</updated>
<author>
<name>Travis</name>
</author>
<content type="text/plain" src="http://poshcode.org/get/3265" />
<psget:properties>
<psget:ProjectUrl>http://poshcode.org/3265</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>default-ignores</id>
<title type="text">Default Ignores for git and hg</title>
<summary type="text">Adds default ignore files for git and hg to current directory</summary>
<updated>2012-04-14T00:00:00+00:00</updated>
<author>
<name>Serhiy Kalinets</name>
</author>
<content type="text/plain" src="https://raw.github.com/skalinets/add-default-ignores/master/AddDefaultIgnoreFiles.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/skalinets/add-default-ignores</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>Invoke-ElevatedCommand</id>
<title type="text">Invoke-ElevatedCommand</title>
<summary type="text">Invokes the provided script block in a new elevated (Administrator) powershell process,
while retaining access to the pipeline (pipe in and out). Please note, "Write-Host" output
will be LOST - only the object pipeline and errors are handled. In general, prefer
"Write-Output" over "Write-Host" unless UI output is the only possible use of the information.</summary>
<updated>2012-04-20T03:39:11-07:00</updated>
<author>
<name>Tao Klerks</name>
</author>
<content type="text/plain" src="http://poshcode.org/get/3158" />
<psget:properties>
<psget:ProjectUrl>http://poshcode.org/3158</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>ImageSorter</id>
<title type="text">Images importer</title>
<summary type="text">Imports images from the folder and store them into the taken date named subfolders.</summary>
<updated>2012-05-24T00:00:00+00:00</updated>
<author>
<name>Igor Tamashchuk</name>
<email>[email protected]</email>
<uri>http://igor.quatrocode.com/</uri>
</author>
<content type="text/plain" src="https://raw.github.com/legigor/ImageSorter/master/ImageSorter.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/legigor/ImageSorter</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PMock</id>
<title type="text">Mocking Framework</title>
<summary type="text">A PowerShell mocking framework. More information can bve found here http://en.wikipedia.org/wiki/Mock_object</summary>
<updated>2012-07-03T00:00:00+00:00</updated>
<author>
<name>Alex Falkowski</name>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://raw.github.com/alexfalkowski/PMock/master/src/PMock.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/alexfalkowski/PMock</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PExtend</id>
<title type="text">Extend your objects</title>
<summary type="text">Provides the ability to extend objects. Inspired by jQuery.extend() http://api.jquery.com/jQuery.extend/</summary>
<updated>2012-07-26T00:00:00+00:00</updated>
<author>
<name>Alex Falkowski</name>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://raw.github.com/alexfalkowski/PExtend/master/src/PExtend.psm1" />
<psget:properties>
<psget:ProjectUrl>https://github.com/alexfalkowski/PExtend</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>posh-npm</id>
<title type="text">posh-npm</title>
<summary type="text">Powershell-NPM integration</summary>
<updated>2012-09-26T11:55:38+02:00</updated>
<author>
<name>Microsoft Open Technologies, Inc.</name>
<uri>https://github.com/MSOpenTech</uri>
</author>
<content type="application/zip" src="https://github.com/MSOpenTech/posh-npm/zipball/master" />
<psget:properties>
<psget:ProjectUrl>https://github.com/MSOpenTech/posh-npm</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>ps-git-ignores</id>
<title type="text">GitIgnore generator for PowerShell</title>
<summary type="text">Module for creating .gitignore files via GitHub templates.</summary>
<updated>2013-02-27T14:00:00+02:00</updated>
<author>
<name>Vitaly Domnikov</name>
<uri>https://github.com/dotCypress</uri>
<email>[email protected]</email>
</author>
<content type="text/plain" src="https://raw.github.com/dotCypress/ps-git-ignores/master/GitIgnores.psm1" />
<psget:properties>
<psget:ProjectUrl>https://raw.github.com/dotCypress/ps-git-ignores</psget:ProjectUrl>
<psget:MinPowerShellVersion>3.0</psget:MinPowerShellVersion>
</psget:properties>
</entry>
<entry>
<id>TabExpansion++</id>
<title type="text">TabExpansion++</title>
<summary type="text">A set of PowerShell scripts which provide Git/PowerShell integration</summary>
<updated>2013-07-22T08:00:00-07:00</updated>
<author>
<name>Jason Shirk</name>
<uri>https://github.com/lzybkr/TabExpansionPlusPlus</uri>
<email>[email protected]</email>
</author>
<content type="application/zip" src="https://github.com/lzybkr/TabExpansionPlusPlus/zipball/master/" />
<psget:properties>
<psget:ProjectUrl>https://github.com/lzybkr/TabExpansionPlusPlus/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PSReadLine</id>
<title type="text">PSReadLine</title>
<summary type="text"></summary>
<updated>2013-09-12T08:00:00-07:00</updated>
<author>
<name>Jason Shirk</name>
<uri>https://github.com/lzybkr/PSReadLine</uri>
<email>[email protected]</email>
</author>
<content type="application/zip" src="https://github.com/lzybkr/psreadline/raw/master/PSReadline.zip" />
<psget:properties>
<psget:ProjectUrl>http://github.com/lzybkr/PSReadLine/</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PSBabushka</id>
<title type="text">PSBabushka</title>
<summary type="text">A configuration management framework built in PowerShell to help automate Windows environments.</summary>
<updated>2013-05-02T20:00:00+10:00</updated>
<author>
<name>James Ottaway</name>
<uri>http://james.ottaway.mp/</uri>
<email>[email protected]</email>
</author>
<content type="application/zip" src="https://github.com/PSBabushka/PSBabushka/zipball/release" />
<psget:properties>
<psget:ProjectUrl>https://github.com/PSBabushka/PSBabushka</psget:ProjectUrl>
</psget:properties>
</entry>
<entry>
<id>PoSHServer</id>
<title type="text">PowerShell Web Server(PoSHServer)</title>
<summary type="text">Secure, flexible and lightweight web server to meet your requirements. </summary>
<updated>2013-05-31T15:49:00+02:00</updated>
<author>
<name>Yusuf Ozturk</name>
<uri>http://www.yusufozturk.info/</uri>
<email>[email protected]</email>
</author>
<content type="application/zip" src="http://www.yusufozturk.info/wp-download.php?file=PoSHServer.v3.2.Source.zip" />
<psget:properties>
<psget:ProjectUrl>http://www.poshserver.net/</psget:ProjectUrl>
</psget:properties>
</entry>
</feed>