| name | zoxide |
| description | zoxide is a **smarter cd command**, inspired by z and autojump. WHEN: run `zoxide` commands, style terminal output. Triggers: use zoxide, install zoxide, how to use zoxide, run zoxide. |
zoxide
zoxide is a smarter cd command, inspired by z and autojump.
When to Use
- Run
zoxide commands
- Style terminal output
When NOT to Use
- GUI or web-based workflows where CLI is not available
- Projects using Python or JavaScript (different ecosystem)
Quick Start
Install
> curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
> ```
```sh
> curl -sSfL https://raw.githubusercontent.com/ajeetdsouza/zoxide/main/install.sh | sh
> ```
```sh
z foo
z foo bar
z foo /
z ~/foo
z foo/
z ..
z -
zi foo
z foo<SPACE><TAB>
CLI Commands
Project Info
- Language: Rust, TypeScript
- License: MIT
- Tests: Yes
File Structure
├── contrib/
│ ├── completions/
│ └── tutorial.webp
├── man/
│ └── man1/
├── src/
│ ├── cmd/
│ ├── db/
│ ├── config.rs
│ ├── error.rs
│ ├── main.rs
│ ├── shell.rs
│ └── util.rs
├── templates/
│ ├── bash.txt
│ ├── elvish.txt
│ ├── fish.txt
│ ├── nushell.txt
│ ├── posix.txt
│ ├── powershell.txt
Generated by repo2skill