Skip to content

amorphobia/posh-cd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

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