Skip to content

Commit 93f9387

Browse files
committed
update bookmarks readme file and definition
1 parent c51035b commit 93f9387

2 files changed

Lines changed: 13 additions & 4 deletions

File tree

Bookmarks/Bookmarks.psd1

Lines changed: 9 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '1.1.3'
15+
ModuleVersion = '2.0'
1616

1717
# Supported PSEditions
1818
# CompatiblePSEditions = @()
@@ -30,7 +30,9 @@ CompanyName = ''
3030
Copyright = '(c) Dmitry Stadub. All rights reserved.'
3131

3232
# Description of the functionality provided by this module
33-
Description = 'Create/Restore directory bookmark'
33+
Description = 'Create/Restore directory bookmark.
34+
Full documentation at the Github: https://github.com/stadub/PowershellScripts/tree/master/Bookmarks
35+
'
3436

3537
# Minimum version of the PowerShell engine required by this module
3638
# PowerShellVersion = ''
@@ -96,7 +98,7 @@ PrivateData = @{
9698
PSData = @{
9799

98100
# Tags applied to this module. These help with module discovery in online galleries.
99-
Tags = @('bookmarks','bookmark','pushd','list-directory', 'navigation', 'workspaces', 'cd' )
101+
Tags = @('bookmarks','bookmark','pushd','list-directory', 'navigation', 'workspaces', 'cd', 'directorymarks', 'directory', 'folder' )
100102

101103
# A URL to the license for this module.
102104
LicenseUri = 'http://opensource.org/licenses/MIT'
@@ -109,7 +111,10 @@ PrivateData = @{
109111

110112
# ReleaseNotes of this module
111113
ReleaseNotes = '
112-
Change module structure
114+
Change %userData% detection logic.
115+
Move initation logic to Loader.psm1
116+
Change test environment to StrictMode=Latest
117+
Update icon.
113118
'
114119

115120
} # End of PSData hashtable

Bookmarks/README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,10 @@ Get-PSBookmarks - List bookmarks
5353
Save-PSBookmarkk - Save bookmarks to file
5454
5555
Remove-AllPSBookmarks - Clear bookmarks list
56+
57+
Update-PSBookmark - Update folder location in the bookmarks list
58+
[-Name] <string>
59+
[-Path] <string> (Optional)
5660
```
5761

5862
## Aliases

0 commit comments

Comments
 (0)