File contents Yazi Quickstart
Blazing fast terminal file manager written in Rust, based on async I/O.
Installation
# Via cargo (Rust toolchain required)
cargo install --locked yazi-fm yazi-cli
# Via Homebrew (macOS)
brew install yazi
# Via Pacman (Arch Linux)
pacman -S yazi
Basic Usage
# Open yazi in current directory
yazi
# Open yazi at specific path
yazi /path/to/directory
# Use ya for command-line operations
ya --help
Key Bindings
q - Quit
j/k or ↓/↑ - Navigate down/up
h/l or ←/→ - Go to parent/enter directory
Enter - Open file/directory
Space - Select item
y - Yank (copy) selected
p - Paste yanked items
d - Cut selected items
D - Delete selected items
r - Rename
/ - Search
! - Open shell
~ - Show help
Features
Asynchronous I/O for responsive navigation
Built-in preview for images, code, PDFs
Scrollable preview
Multi-selection
Fast directory scanning
Unicode support
Customizable keymap and theme
Configuration
Config files are stored in:
Linux/macOS: ~/.config/yazi/
Windows: %AppData%\yazi\config\
Key files:
yazi.toml - Main configuration
keymap.toml - Key bindings
theme.toml - Colors and appearance
ya CLI
The ya command provides scripting capabilities:
# Open file picker and output selection
ya pub --list
# Execute command in yazi
ya pub cd -- "~/Documents"
1 --- 2 name: quickstart-365 3 description: Yazi Quickstart 4 --- 5 # Yazi Quickstart 6 7 Blazing fast terminal file manager written in Rust, based on async I/O. 8 9 ## Installation 10 11 ```bash 12 # Via cargo (Rust toolchain required) 13 cargo install --locked yazi-fm yazi-cli 14 15 # Via Homebrew (macOS) 16 brew install yazi 17 18 # Via Pacman (Arch Linux) 19 pacman -S yazi 20 ``` 21 22 ## Basic Usage 23 24 ```bash 25 # Open yazi in current directory 26 yazi 27 28 # Open yazi at specific path 29 yazi /path/to/directory 30 31 # Use ya for command-line operations 32 ya --help 33 ``` 34 35 ## Key Bindings 36 37 - `q` - Quit 38 - `j/k` or `↓/↑` - Navigate down/up 39 - `h/l` or `←/→` - Go to parent/enter directory 40 - `Enter` - Open file/directory 41 - `Space` - Select item 42 - `y` - Yank (copy) selected 43 - `p` - Paste yanked items 44 - `d` - Cut selected items 45 - `D` - Delete selected items 46 - `r` - Rename 47 - `/` - Search 48 - `!` - Open shell 49 - `~` - Show help 50 51 ## Features 52 53 - Asynchronous I/O for responsive navigation 54 - Built-in preview for images, code, PDFs 55 - Scrollable preview 56 - Multi-selection 57 - Fast directory scanning 58 - Unicode support 59 - Customizable keymap and theme 60 61 ## Configuration 62 63 Config files are stored in: 64 - Linux/macOS: `~/.config/yazi/` 65 - Windows: `%AppData%\yazi\config\` 66 67 Key files: 68 - `yazi.toml` - Main configuration 69 - `keymap.toml` - Key bindings 70 - `theme.toml` - Colors and appearance 71 72 ## ya CLI 73 74 The `ya` command provides scripting capabilities: 75 76 ```bash 77 # Open file picker and output selection 78 ya pub --list 79 80 # Execute command in yazi 81 ya pub cd -- "~/Documents" 82 ```
javimosch/supercli/tree/main/plugins/yazi/skills/quickstart commit 00d42b64e3
Frequently asked questions How do I install the Quickstart skill? Run npx skillmds@latest add javimosch/quickstart-365 in your terminal (requires Node.js), paste this page's agent-chat prompt into Claude, Cursor, or any MCP-connected agent, or download the SKILL.md file and copy it into your agent's skills directory.
What does the Quickstart skill do? Yazi Quickstart It is listed under Coding & Dev Tools on SkillMD.
Is Quickstart safe to use? This skill has not completed SkillMD's automated safety review yet. SkillMD never runs a skill's scripts for you; review the SKILL.md before installing.
Which AI agents work with Quickstart? This skill is tagged as working with Claude Code, Claude.ai, OpenAI Codex. SKILL.md is an open format, so most agents that read a skills directory can load it too.
Is Quickstart free to use? Yes. Installing skills from SkillMD is free, and the skill stays under its author's original license.
Who published Quickstart? javimosch (@javimosch) published this skill. Their other Agent Skills are listed on their SkillMD profile.