Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Save export file as 'OrderedDictionary' to support sorting of bookmarks #5

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

kitpierce
Copy link

@kitpierce kitpierce commented Mar 25, 2019

Added support for 'OrderedDictionary' exports

kitpierce and others added 6 commits March 25, 2019 15:30
Add multiple features, including:
 - relocate bookmark file to user's '$Profile.CurrentUserAllHosts' parent directory
 - add function to sort bookmarks
 - add check whether bookmark alias exists & ability to update existing bookmarks
 - add check for whether bookmark path exists before 'Set-Location' attempt
 - add pipeline support to all functions
 - add 'Write-Verbose' & 'Write-Warning' feedback
 - add 'bm*' aliases for all functions
 - streamline 'Export-ModuleMember'
 - rename all exported functions to match Verb-Bookmark*** pattern
 - rename Save-* to Add-* to accurately reflect its purpose
 - iterate module versioning to '1.0.2'
Add features, error checking, & user feedback
Fix typo on line 142 that results in 'Get-BookmarkLocations' exception
Set bookmark file export to be 'OrderedDictionary' by default (maintain results of bookmark sorting operation)  Also, converted to UTF8 & removed trailing whitespaces
Add support for OrderedDictionary exports
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant