Bookmarks 2.2.0
dotnet add package Bookmarks --version 2.2.0
NuGet\Install-Package Bookmarks -Version 2.2.0
<PackageReference Include="Bookmarks" Version="2.2.0" />
paket add Bookmarks --version 2.2.0
#r "nuget: Bookmarks, 2.2.0"
// Install Bookmarks as a Cake Addin #addin nuget:?package=Bookmarks&version=2.2.0 // Install Bookmarks as a Cake Tool #tool nuget:?package=Bookmarks&version=2.2.0
Bookmarks - Directory bookmarks
⚡ Aliases
Cmdlet | Alias | |
---|---|---|
Add-PSBookmark | ba | |
Remove-PSBookmark | br | |
Open-PSBookmark | bo | |
Get-PSBookmarks | bv | bl |
Remove-AllPSBookmarks | bcl | |
Update-PSBookmark | bu |
📘 Commands
Add-PSBookmark - Add folder to the bookmarks list
[-Name] <string>
[-Path] <string> (Optional)
Remove-PSBookmark - Remove bookmark from the list
[-Bookmark] <string>
Open-PSBookmark - Navigate to bookmark
[-Bookmark] <string>
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] <string>
[-Path] <string> (Optional)
📃 Usage
Add bookmark:
/>Add-PSBookmark -Bookmark BookmarkName
/> $pwd | Add-PSBookmark -Name "ThisDirectory"
Open bookmarks:
/>Open-PSBookmark -Bookmark "Project"
/>"SourcesDir" | Open-PSBookmark
List bookmarks:
/>Get-PSBookmarks [ bv ]
.>Get-PSBookmarks [ bl ]
Clear bookmarks:
/>Remove-AllPSBookmarks [ bcl ]
🔨 Instalation
Powershell Gallery:
PowerShellGet
Installation :
Install-Module -Name Bookmarks
Direct download instalation:
iex ('$module="Bookmarks"'+(new-object net.webclient).DownloadString('https://raw.githubusercontent.com/stadub/PowershellScripts/master/install.ps1'))
Module import:
Import-Module Bookmarks
📈 Changelog
[v2.2.0]
*Fix Multisession sync(bookamrks was different for different console windows)
v2.1.5
*Add update checker
v2.1.0
*Change %userData% detection logic. *Move initation logic to Loader.psm1 *Change test environment to StrictMode=Latest *Update icon. *Remove extra shared functions
v1.1.3
- Add versioning to Markdown page.
- Move Assets to an individual folder.
- Fix psget package - remove extra files.
v1.1.2
- Separate functions and aliases.
v1.1.1
- Move module to individual folder.
- Add module methods description.
v1.1.0
- Added parameters pipeline for
Add-PSBookmark
andOpen-PSBookmark
$pwd | Add-PSBookmark -Name "ThisDirectory" "SourcesDir" | Open-PSBookmark [ bo ]
v1.0
- Added command aliases.
v0.9 Aug 18, 2015
- Added CRUD Bookmark commands:
Add-PSBookmark - Add folder to the bookmarks list
[-Name] <string>
[-Path] <string> (Optional)
Remove-PSBookmark - Remove bookmark from the list
[-Bookmark] <string>
Open-PSBookmark - Navigate to bookmark
[-Bookmark] <string>
Get-PSBookmarks - List bookmarks
Save-PSBookmarkk - Save bookmarks to file
💲 Donate
The modules are created and actively maintained during evenings and weekends for my own needs. If it's useful for you too, that's great. I don't demand anything in return.
However, if you like it and feel the urge to give something back, a coffee or a beer is always appreciated. Thank you very much in advance.
📬 Suggestions and feedback
If you have any idea or suggestion - please add a github issue.
Learn more about Target Frameworks and .NET Standard.
This package has no dependencies.
NuGet packages
This package is not used by any NuGet packages.
GitHub repositories
This package is not used by any popular GitHub repositories.
Version | Downloads | Last updated |
---|---|---|
2.2.0 | 633 | 12/18/2019 |
*Fix Multisession sync(bookamrks was different for different console windows)