Awesome
posh-cd
A bash style "cd" to replace Set-Location.
Install
Install via Scoop:
PS> scoop bucket add siku https://github.com/amorphobia/siku
PS> scoop install posh-cd
Install via PowerShell Gallery
PS> Install-Module -Name posh-cd
Remember to import the module after installation:
PS> Import-Module posh-cd
Usage
Use it like the cd
command in bash. Command cd
without extra parameters sets to home directory and command cd -
sets to the last directory.