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

the auto completeion is invoked form the cd command not form the z database/directories for example when i'm on the home directory `z tab `should show me directories from the...

# Background Our team has a large project, which has multiple branches located in different paths (has the same directory structures), for example: - /branch_a/device/driver/ - /branch_b/device/driver/ - /branch_c/device/driver/ Therefore,...

Maybe I am missing something, but if I in my history have a directory like `framework` I would like to be able to type `z fwk` to change to that...

feature

Anything planned for Windows? Preferably: installation via WinGet/Scoop, publishing Windows binaries alongside Linux/macOS on GitHub release, etc.

blocked

### Discussed in https://github.com/ajeetdsouza/zoxide/discussions/343 Originally posted by **@charlesroper** January 31, 2022 I've just installed Zoxide for PowerShell (7.2.1) and just wondering: are there no tab completions? Thanks!

feature

[fasd](https://github.com/clvv/fasd) has: > -d match directories only -f match files only That allows creating separate functions for opening a file or cd-ing to a dir: ``` e() { local file;...

integration

Usually I use cmder as a shell which mostly wraps `cmd` in Windows -- and I'm really happy with it -- i.e.: https://cmder.net/ (https://github.com/cmderdev/cmder). Is it possible to use zoxide...

integration

Hopefully I didn't miss a previous issue for this. After installing zoxide with conda (and adding eval "$(zoxide init zsh)" to the bottom of my .zshrc file) I can't seem...

Using zsh in MSYS2 on Windows. When I cd into a network drive like `//a.network-drive/a-folder`, zoxide will give me: ``` zoxide: could not get drive letter: \\a.network-drive\a-folder ```

bug