generated from Ash258/GenericBucket
-
Notifications
You must be signed in to change notification settings - Fork 2
/
PS.Get-ChildItemColor.json
29 lines (29 loc) · 1.14 KB
/
PS.Get-ChildItemColor.json
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
{
"version": "2.1.1",
"description": "Add coloring to the output of Get-ChildItem Cmdlet of PowerShell.",
"homepage": "https://github.com/joonro/Get-ChildItemColor",
"license": {
"identifier": "MIT"
},
"notes": [
"Use the module by 'Import-Module Get-ChildItemColor'",
"more infomation: https://github.com/joonro/Get-ChildItemColor",
"----eg.",
"if (!(Test-Path -Path $PROFILE )) { New-Item -Type File -Path $PROFILE -Force }",
"notepad $PROFILE",
"---Append the following lines to your PowerShell profile: ",
"Import-Module Get-ChildItemColor",
"Set-Alias l Get-ChildItem -option AllScope",
"Set-Alias ls Get-ChildItemColorFormatWide -option AllScope"
],
"url": "https://ws.codeku.me/joonro/Get-ChildItemColor/zip/master#/ps.zip",
"hash": "bfeb4045ab5ed5d313329c0a79c44138573d6c518950d9ed3552723f70e85dde",
"extract_dir" :"Get-ChildItemColor-master\\src",
"psmodule": {
"name": "Get-ChildItemColor"
},
"checkver": "github",
"autoupdate": {
"url": "https://ws.codeku.me/joonro/Get-ChildItemColor/zip/master"
}
}