I just heard about the (almost impossible to google) z directory jumper for bash
Does anyone know of a powershell equivalent, or anything that even approaches the functionality?
|
I just heard about the (almost impossible to google) z directory jumper for bash Does anyone know of a powershell equivalent, or anything that even approaches the functionality? |
|||||
|
|
I had written
I will see if I can implement Update: A very early implementation of |
||||
|
|
|
The PowerShell Community Extensions has a nested module that will override your CD function and then provide you with a history list of dirs you've navigated to. To can move forwards and backwards through this list or jump to a particular entry e.g.:
It's not quite as fancy as frequency based directory jumper but it is surprisingly handy. |
|||
|
|