You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.org
+6-1Lines changed: 6 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ by [[http://thepowershellguy.com/][the PowerShell Guy]], and [[https://github.co
8
8
9
9
It provides two main functionalities:
10
10
11
-
1. Directly provide coloring outputs of ~Get-ChildItem~ by modifying
11
+
1. Directly provide coloring of ~Get-ChildItem~ output by modifying
12
12
~Out-Default~. Once the module is imported, ~Get-ChildItem~'s output will
13
13
be automatically colored. It does support pipeline (e.g., ~Get-ChildItem |
14
14
grep ".git"~). Also, now the directory name and the headers of its output
@@ -45,6 +45,8 @@ After cloning the repo, you can put files in =/src= folder into
45
45
=Get-ChildItemColor= folder under your =PSModulePath=
46
46
(e.g., =$ENV:UserProfile\Documents\PowerShell\Modules= for PowerShell 6 and
47
47
later). The =master= branch always contains the latest release version.
48
+
** Install from [[https://chocolatey.org][Chocolatey]]
49
+
The module is available as a [[https://chocolatey.org/packages/get-childitemcolor][Chocolatey package]]. Install it using =choco install get-childitemcolor=.
0 commit comments