From 93f93870a1d8803bb5d5b4b9cde1286c8c458ac2 Mon Sep 17 00:00:00 2001 From: Dmitry Stadub Date: Wed, 14 Aug 2019 18:56:06 +0300 Subject: [PATCH] update bookmarks `readme` file and definition --- Bookmarks/Bookmarks.psd1 | 13 +++++++++---- Bookmarks/README.md | 4 ++++ 2 files changed, 13 insertions(+), 4 deletions(-) diff --git a/Bookmarks/Bookmarks.psd1 b/Bookmarks/Bookmarks.psd1 index 6ecc581..b7d393f 100644 --- a/Bookmarks/Bookmarks.psd1 +++ b/Bookmarks/Bookmarks.psd1 @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '1.1.3' +ModuleVersion = '2.0' # Supported PSEditions # CompatiblePSEditions = @() @@ -30,7 +30,9 @@ CompanyName = '' Copyright = '(c) Dmitry Stadub. All rights reserved.' # Description of the functionality provided by this module -Description = 'Create/Restore directory bookmark' +Description = 'Create/Restore directory bookmark. +Full documentation at the Github: https://github.com/stadub/PowershellScripts/tree/master/Bookmarks +' # Minimum version of the PowerShell engine required by this module # PowerShellVersion = '' @@ -96,7 +98,7 @@ PrivateData = @{ PSData = @{ # Tags applied to this module. These help with module discovery in online galleries. - Tags = @('bookmarks','bookmark','pushd','list-directory', 'navigation', 'workspaces', 'cd' ) + Tags = @('bookmarks','bookmark','pushd','list-directory', 'navigation', 'workspaces', 'cd', 'directorymarks', 'directory', 'folder' ) # A URL to the license for this module. LicenseUri = 'http://opensource.org/licenses/MIT' @@ -109,7 +111,10 @@ PrivateData = @{ # ReleaseNotes of this module ReleaseNotes = ' - Change module structure + Change %userData% detection logic. + Move initation logic to Loader.psm1 + Change test environment to StrictMode=Latest + Update icon. ' } # End of PSData hashtable diff --git a/Bookmarks/README.md b/Bookmarks/README.md index 025b2d7..7e002da 100644 --- a/Bookmarks/README.md +++ b/Bookmarks/README.md @@ -53,6 +53,10 @@ Get-PSBookmarks - List bookmarks Save-PSBookmarkk - Save bookmarks to file Remove-AllPSBookmarks - Clear bookmarks list + +Update-PSBookmark - Update folder location in the bookmarks list + [-Name] + [-Path] (Optional) ``` ## Aliases