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

![report to github](https://user-images.githubusercontent.com/64508791/219116391-50ebb4e9-9e7d-4cc0-980b-dfedfdf14a74.png) As you can see it works fine when you wanna switch to `js` by typing `z js`. For some unknown reason it never memorizes the `py_dex` directory...

I'm already using [fzf-tab](https://github.com/Aloxaf/fzf-tab) for interactive completion, so I appreciate that you do not overwrite with `zoxide` native interactive completion, keeping it on ``. Still, I would like the same...

I don't know when exactly it startet, but `z` specifically stopped case-insensitive completion, whereas every other application, be it built-in or external, is able to do it. Weirdly enough I...

On windows, doing zi then attempting to use Ctrl-d to remove the highlighted entry does nothing. I;ve checked with the same (latest) version on Linux and don't experience this issue.

bash and zsh support directory stack in one session. when hit **z -** , directory stack could be prompted for user In above image, when hit tab after '-', /home/tablinux/Github...

I've been a long time user of autojump but recently made the switch to zoxide. One pain point I have right now is that I can't specify an exact match...

I often want to `mkdir`, `cp`, `ls` or `some-other-command` with one of the recently used directories as the initial argument. In Bash, I can do this by adding the following...

Still me, still about completion... I tried to add: ```sh eval $(zoxide init zsh) ``` but it doesn't add completion for the `zoxide` command. For the time being, to obtain...

Suppose I have `dir1` and `dir2`. I always want to type `dir` and go to `dir1`. For some reason, `dir2` became more frequent, so now I get `dir2` when typing...

I installed zoxide via `cargo install zoxide` and added the line to my PowerShell (pwsh) $profile per the installation instructions: ```ps Invoke-Expression (& { (zoxide init powershell | Out-String) })...