z
z copied to clipboard
Save time typing out directory paths in PowerShell by jumping around instead.
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.
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
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...
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...
Windows maintains a list of frequently accessed folders when used through Explorer. Including this list might be beneficial when statistics are calculated.
A feature that might help when starting a new system, should allow exclusion of certain internal directories like .git