zoxide icon indicating copy to clipboard operation
zoxide copied to clipboard

A smarter cd command. Supports all major shells.

Results 183 zoxide issues
Sort by recently updated
recently updated
newest added

I put this command `eval "$(zoxide init zsh)"` in my .zshrc at the bottom of the file as the README said, When I open the terminal I got this error...

`z foo` and `z foo` have exactly the same functions in my environment, which is `cd` into highest ranked directory matching foo. I expected `z foo` to show interactive completions...

It looks like this error is related to zoxide using newer features but my OS has an older version for fzf.. On the official documentation for fzf it asks to...

**Version:** zoxide 0.9.4, freshly `cargo install`'d as of 2024-03-20 04:38 EDT **Realistic Reproducer: Type `(cd ~/incoming/Videos/something ` by accident (note the unescaped space before the Tab key press) and try...

### Environment Shell: zsh 5.9 OS: macOS 14.1 **Tools & Versions:** zoxide: 0.9.4 fzf: 0.48.1 (installed via brew) zsh-autocomplete: 23.07.13 ### Description When using zoxide in conjunction with zsh-autocomplete and...

(thank you for `zoxide`, it's excellent!) `z` or `zi` is great for frequently visited directories. But often I want to go to a directory I visited 20 minutes ago for...

I'm using MacOS and have a `~/Code` directory, and am finding inconsistent results when trying to change directory using `z co` vs `z code`... ![CleanShot 2024-02-29 at 21 23 29](https://github.com/ajeetdsouza/zoxide/assets/5187394/d8a7bbcb-0eff-44f2-9a1e-12841266295d)...

I'm using `--cmd cd` to make zoxide take over my `cd`. It would be helpful when navigating around to more easily tell when zoxide jumped to a directory rather than...

I have my D:\ Drive with 16 points ![WindowsTerminal_Dbr6pWIoaA](https://github.com/ajeetdsouza/zoxide/assets/94322065/4b1e96a1-b26b-42c2-9083-bcafccae996b) but I can't navigate to it using `cd d` ![WindowsTerminal_pdG0yIcYKw](https://github.com/ajeetdsouza/zoxide/assets/94322065/3e609513-2def-4c98-8ae6-bb7b2183901b) UPDATE: I use the `zoxide add D:\` command to fix it

I can't tell if this is an exact repeat or if it is slightly different. ``` zoxide 0.9.4 zsh 5.9 ~Using zinit Arch Linux ``` I have checked through the...