Bookmarks 2.2.0

dotnet add package Bookmarks --version 2.2.0
NuGet\Install-Package Bookmarks -Version 2.2.0
This command is intended to be used within the Package Manager Console in Visual Studio, as it uses the NuGet module's version of Install-Package.
<PackageReference Include="Bookmarks" Version="2.2.0" />
For projects that support PackageReference, copy this XML node into the project file to reference the package.
paket add Bookmarks --version 2.2.0
#r "nuget: Bookmarks, 2.2.0"
#r directive can be used in F# Interactive and Polyglot Notebooks. Copy this into the interactive tool or source code of the script to reference the package.
// 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

PowerShell 3 PowerShell 4, 5 & Core on Windows build Linux & MacOS build latest version downloads

ConsoleDemo

⚡ 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:

https://www.powershellgallery.com/packages/Bookmarks/

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 and Open-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

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.

Buy Me A Coffee Support by Yandex

📬 Suggestions and feedback

If you have any idea or suggestion - please add a github issue.

There are no supported framework assets in this package.

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 586 12/18/2019

*Fix Multisession sync(bookamrks was different for different console windows)