PowerShell_Scripts/base/profile.d
lksz 449a297d8b Main ConvertTo-Zip with a few additions and fixes
+ ConvertTo-Zip, originally created to mass convert CBRs to CBZs
  It will only be avilable when 7-zip is available (7z executable)
  Features: Shows progress, can work recursively (preserving folder
  structure), knows to move completed files.
+ Show-Progress: Shorthand for common progress related output
  manipulation (calculation of completion based on time, or item count,
  and verbose output if needeed)
+ ConvertFrom-TimeSpan: string output from timespan, used by
  Show-Progress
+ Get-Path updated to be more efficient (no need for exception handling)
+ PathProcessingFunctions loads a utility function GetShellSafePath
* Repair-Permissions added some status reporting
2021-01-29 18:26:39 -05:00
..
Docker.class.ps1 Introducing Packages 2020-11-25 00:46:33 -05:00
FromPowerShellCookbook.ps1 Introducing Packages 2020-11-25 00:46:33 -05:00
FunctionName.class.ps1 Introducing Packages 2020-11-25 00:46:33 -05:00
MyConfig.class.ps1 Streamlined pwsz loading from Linux shells 2020-12-01 23:31:42 -05:00
MyScript.class.ps1 Streamlined pwsz loading from Linux shells 2020-12-01 23:31:42 -05:00
PathProcessingFunctions.ps1.ps1 Main ConvertTo-Zip with a few additions and fixes 2021-01-29 18:26:39 -05:00
Style.ps1 Introducing Packages 2020-11-25 00:46:33 -05:00
Test-MyModules.ps1 Introducing Packages 2020-11-25 00:46:33 -05:00
UnixCompleters.ps1 Introducing Packages 2020-11-25 00:46:33 -05:00
classes.ps1 Introducing Packages 2020-11-25 00:46:33 -05:00
env.local.ps1.template Introducing Packages 2020-11-25 00:46:33 -05:00
env.ps1 Introducing Packages 2020-11-25 00:46:33 -05:00
load-z.ps1 Introducing Packages 2020-11-25 00:46:33 -05:00