This website requires JavaScript.
Explore
Help
Register
Sign In
lksz
/
PowerShell_Scripts
Watch
1
Star
0
Fork
You've already forked PowerShell_Scripts
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
55f5acc0f2
PowerShell_Scripts
/
7zip
/
_.package.json
11 lines
113 B
JSON
Raw
Normal View
History
Unescape
Escape
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 23:26:39 +00:00
{
"package"
:
{
"Condition"
:
[
{
package defintion improvements Added CmdletExists and AppExeExists conditions Cleanup of existing package description files
2021-04-16 17:07:00 +00:00
"AppExeExists"
:
"7z"
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 23:26:39 +00:00
}
]
,
"Name"
:
"7zip"
}
}