I had one tiny annoyance, cd (and pushd) normally autocompletes only to directory names, so no files in the completion list. This was not the default behavior for cdx, pushdx and z functions. So I've added a ArgumentCompleter for necessary parameters, they behave like original Set-Location when tab is pressed.
Hi,
I've been using z for a while and I love it.
I had one tiny annoyance, cd (and pushd) normally autocompletes only to directory names, so no files in the completion list. This was not the default behavior for
cdx
,pushdx
andz
functions. So I've added a ArgumentCompleter for necessary parameters, they behave like originalSet-Location
when tab is pressed.