Releases: stadub/PowershellScripts
New Currency-Conv and 7Zip-Archive releases
v0.4.0
7 Zip:
First public release.
Supported function:
Read-ZipFile
szr
Add-ZipFileContent
sza
Remove-ZipFileContent
szrm
Test-ZipFileContent
szt
Get-ZipFileContent
br
- Changelog:
Update icon.
Remove extra shared functions
Add update checker
Change test environment to StrictMode=Latest - Adding Icon/Readme file/Usage video.
Bookmarks release 2.0
Bookmarks
:
Add Update-Bookmark
command
Move initiation logic to Loader.psm1
Change test environment to StrictMode=Latest
Update icon.
Shared Functions:
Change %userData% detection logic.
Create a Module loader shared function.
7zip module prerelease
Commands
Read-ZipFile - List 7zip file content
Add-ZipFileContent - Adds file to archive
Remove-ZipFileContent - Remove file from the archive
New-ZipFile - Create a new archive
Test-ZipFileContent - Perform zip file check
Bookmarks update 1.1.3
Changes in the Bookmarks module:
- Added functionality tests
- Added function
Remove-AllPSBookmarks
- Fix bookmarks collection access
v0.2.1
v0.1.0
Bookmarks module update 1.1.3:
Removed extra files.
Commands
Add-PSBookmark - Add folder to bookmarks list
Remove-PSBookmarks - Remove bookmark from list
Restore-PSBookmarks - Reload bookmarks list
Open-PSBookmark - Navigate to bookmark
Save-PSBookmarks - Save bookmarks to file
Get-PSBookmarks - List bookmarks
Aliases created by script
- ba Add-PSBookmark
- br Remove-PSBookmark
- bo Open-PSBookmark
- bv Get-PSBookmarks
- bl Get-PSBookmarks
Usage
Add bookmark:
./Add-PSBookmark [ ba ] BookmarkName (Opt)Directory
$pwd | Add-PSBookmark -Name "ThisDirectory"
Open bookmsrks:
./Open-PSBookmark [ bo ] -Bookmark "Project"
"SourcesDir" | Open-PSBookmark [ bo ]
List bookmsrks:
./Get-PSBookmarks [ bv ]
./Get-PSBookmarks [ bl ]
Module published at PowerShell Gallery