zoxide
zoxide copied to clipboard
A smarter cd command. Supports all major shells.
Nushell doesn't have `pushd`/`popd`, but it's suggested that `enter`/`p`/`n`/`g` [would be a suitable replacement](https://github.com/nushell/nushell/issues/4269). Could the Nu alias for `cd`/ `z` be configured to use `enter` (rather than `cd`) to...
I stripped down my completions setup in zshrc to be just: ``` autoload -Uz compinit && compinit -C eval "$(zoxide init -zsh)" ``` Now, I add a format and group-name...
First of all sorry, was not sure how to formulate issue title correctly, gonna try to explain issue bellow. Came to zoxide after years of using autojump. Simple example of...
Simple question really, for example if I have a directory called "Directory" and I write to my command prompt ```z d``` and then press tab, it **does't** complete to ```z...
It has been one or two months that `zi` no longer completes using `fzf`. I installed zoxide (version 0.9.2) with `cargo`, and `fzf` was installed through homebrew (version 0.42.0 by...
Currently, if I want to cd to any directory, I need to input `z keyword` to show the list, Is it possible to change to `z keyword` or `z keyword`...
I'm moving the database from its default location to somewhere in my dotfile manager, so I can sync it with other machines etc. However, zoxide fails, eventhough I created a...
Hi, I am using zoxide to resolve directory paths to be used as input parameter for an applicaiton like vscode chrome or anything. The issue I have is that zoxide...
Is there any reason it does not support CDPATH?
Hey everyone I'm trying to setup completions on ZSH but not being able to do so. My `cdi` command works properly (if I type `cdi` and then `Enter` if opens...