z icon indicating copy to clipboard operation
z copied to clipboard

Save time typing out directory paths in PowerShell by jumping around instead.

Results 9 z issues
Sort by recently updated
recently updated
newest added

When running several instances of PowerShell, z won't synchronize the history between them. Improvement would be to read history, before writing, so other instances history will be remembered and shared.

up-for-grabs

i'm not sure this is just by design, but the following situations, z not works very well: history dirs: a\b\c d\c > $ z b\c # this wont match anything,...

In the Bash version of z, you can match using regular expressions, so for instance `z c.t` would match on `cat` and `cot`. This feature does not appear exist in...

Although the script is broken up in to small functions, adding unit tests will ensure stability for the long term

enhancement
up-for-grabs

I know this is different than the original intentions of this project, but I would love to see a feature that allows the user to move to a directory pointed...

up-for-grabs

Typing `z` and pressing TAB should expand to an directory which exists in the current directory. Perhaps the "Last Accessed" or some other FileSystem metadata can be used to determine...

up-for-grabs

Windows maintains a list of frequently accessed folders when used through Explorer. Including this list might be beneficial when statistics are calculated.

enhancement
up-for-grabs

A feature that might help when starting a new system, should allow exclusion of certain internal directories like .git

enhancement
up-for-grabs