Change Log for PSScriptTools
v2.21.0
- Updated
Set-ConsoleTitle
andSet-ConsoleColor
to display a warning if not in a console session. (Issue #75) - Added
Get-GitSize
and format filegitsize.format.ps1xml
- Added a default ANSI color map file
psansimap.json
. - Modified module to use a copy of
psansimap.json
in $HOME if detected. Otherwise, use the module's version. - Create a global variable called
PSAnsiFileMap
from importing thepsansimap.json
file. - Updated
Show-Tree
to use an ansi color map. (Issue #69) - Added
FileSystem-ansi.format.ps1xml
which adds a custom view calledansi
. This colorizes files based on$PSAnsiMap
. - Updated
Show-Tree
to resolve child paths using-LiteralPath
. - Updated
README.md