zsh-z icon indicating copy to clipboard operation
zsh-z copied to clipboard

Jump quickly to directories that you have visited "frecently." A native Zsh port of z.sh with added features.

Results 21 zsh-z issues
Sort by recently updated
recently updated
newest added

this commit adds a kind of fuzzy matching to zsh. example: ``` zshz -> agkozak/zsh-z ``` with the previous behavior, `zshz --complete` could not resolve that. If you do not...

I used `zinit` to install `zsh-z` now I get a following error on new terminal sessions always. ``` _zshz_add_or_remove_path:36: can't clobber parameter tmpfd containing file descriptor 0 ``` Could be...

I just wanted to say (it's not really an issue for me) that I had trouble getting autocompletion working with [zap](https://github.com/zap-zsh/zap). But I figured it out and here is my...

Sometimes I remember the filename that I edited with vi or run some commands on but not the directory. It would be pretty useful to also index that. The Zsh...

First of all, thanks for this great tool. I just switched from zoxide and missed a plugin for ranger. So I started to put one together [here](https://github.com/rc2dev/ranger-zshz). Feel free to...

I've been using the Z plugin with Oh My Zsh for years and suddenly the tab suggestions have disappeared. Thanks in advance. Here's my .zshrc file if that's of use:...

Do you think it makes sense to have an auto-suggestion fallback when pressing `Tab`? When `z Downloads` or `z ~/Downloads` does not have the entry, suggest the directories as `cd`...

Hi thanks for the library! I want to use it in docker containers (indeed https://github.com/jupyter/docker-stacks). It works pretty well, until I want to keep the history between container re-creations. To...

I am using ubuntu , zsh, and oh-my-zsh When I type z, there is no auto complement ,unless I type all the correct path on it. ```shell giovanni at Laptop-G...

I am getting an error when trying z . (eval):1: command not found: _zshz (eval):1: command not found: _zshz I have tried removing zsh completion cache but it is not...