z
z copied to clipboard
z - jump around
When using Z with https://www.warp.dev/ it does not show the autocompleted path. however it still does still send you there after hitting enter, just the autocomplete isn't showed
Longtime user and fan of z.sh. After many attempts to no avail at debugging the following, I'm opening this issue for discussion. I'm running two machines, a macOS (local) and...
Add support for verbose flag (`-v`) that will echo the directory after successful cd. Often there are very similar folder names in history. I noticed that I often typed `$...
I installed it via Homebrew on an M1 machine. When I type " z folderiwanttogetto " it just says "zsh: command not found: z" Am I doing something wrong? Help!
When I do `z t` I jump into a project I work in currently, `trackerjs`, as expected. But when tapping completion after `z t` I don't get the same result,...
The original functionality of z command is intact. I have added the following: * a command line option "-p" to use pushd instead of cd * a new command zz,...
Hello! I get the following error when running z in MinGW (git bash 2.23 on Windows 10): ```bash: /dev/fd/62: No such file or directory``` I added a `set -x` in...
Let's say have two directories named: ~/abc/def ~/xyz/def If I do "z def" it goes to one of those directories. Great! However, if I am at one of those directories...