Skip to content

Latest commit

 

History

History
32 lines (20 loc) · 687 Bytes

README.md

File metadata and controls

32 lines (20 loc) · 687 Bytes

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.

License

AGPL-3.0