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

### Description Having `_ZO_RESOLVE_SYMLINKS` env var defined as "1", makes zoxide to chase symink of directory before adding it to the database. This behavior can be more coherent if the...

Since a couple of weeks I've noticed that when I try to move into a directory using `zi` that it takes a very long time before `zi` finishes and moves...

Since default environment variables for Zoxide vary across platforms and require some type of processing in Rust, it would be beneficial to add a command to reflect what the environment...

Support fzf's `--multi` in `zoxide edit` Close https://github.com/ajeetdsouza/zoxide/issues/571

When we pass in an empty string it should treat it as if there are no arguments. I have this issue since I have a custom alias that is like...

A very minor request, but it'd be nice if zoxide supported the `--` command-line argument similar to how `cd` does it. Right now zoxide treats it as a path and...

There is a new project released with similar functionality: https://github.com/homerours/jumper > Jumper is a command-line program that helps you jumping to / fuzzy-finding the directories and files that you frequently...

I'm using a wsl ubuntu on a windows machine. when i first start up my wsl, the cd command doesn't seem to work? In my .bashrc: ```shell # z to...

waiting-for-response

When i have set alias as recommended- `zoxide init fish --cmd cd | source` I can no longer use the bindings i set for them using- `bind \e. nextd-or-forward-word` `bind...