Yazi: The Blazing-Fast Terminal File Manager Built in Rust
#yazi#rust#terminal#file manager#productivity
sudo pacman -S yazi# Arch Linux installationEssential Yazi Workflow
Navigation Shortcuts
| Key | Action |
|---|---|
j/k |
Move down/up |
h/l |
Collapse/expand |
Space |
Multi-select |
r |
Rename |
. |
Toggle the visibility of hidden files |
f |
Filter files |
Advanced Features
Custom Themes
"$schema" = "https://yazi-rs.github.io/schemas/theme.json"
[manager]cwd = { fg = "black" }
[mode]normal_main = { bg = "white", bold = true }normal_alt = { fg = "black", bg = "gray" }
[filetype]rules = [ # Fallback { name = "*/", fg = "gray" }]