Skip to content

Releases: stadub/PowershellScripts

New Currency-Conv and 7Zip-Archive releases

09 Sep 08:33
Compare
Choose a tag to compare

Currency-Conv 1.5:

  • Add Request cache #12
  • Add ability to change cache timeout #12

7Zip-Archive v1.1

  • Fix Remove-ZipFileContent returns Cannot validate argument on parameter 'FileName'. #14
  • Fix 7-zpi szc New-ZipFile alias is absent bug #14
  • Add smoke tests

v0.4.0

02 Sep 10:12
be7f3f0
Compare
Choose a tag to compare

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

15 Aug 07:19
Compare
Choose a tag to compare

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

19 Jul 10:06
Compare
Choose a tag to compare

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

25 Jun 16:24
Compare
Choose a tag to compare

Changes in the Bookmarks module:

  • Added functionality tests
  • Added function Remove-AllPSBookmarks
  • Fix bookmarks collection access

v0.2.1

20 Apr 10:34
Compare
Choose a tag to compare

FolderEncoder module update 2.0.0:

  • Added dependencies auto donwload.
  • Added platfrom specific tools for Linux/MacOs

Bookmarsk
*Removed extra files from nuget package
*Updated description
*Added example

v0.1.0

19 Apr 10:56
Compare
Choose a tag to compare

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

v0.0.0

19 Apr 11:48
Compare
Choose a tag to compare

Bookmarks module update 1.1.3:
Removed extra files.
Module published at PowerShell Gallery