Yazi: The Blazing-Fast Terminal File Manager Built in Rust

#yazi #rust #terminal #file manager #productivity
sudo pacman -S yazi# Arch Linux installation

Essential Yazi Workflow

KeyAction
j/kMove down/up
h/lCollapse/expand
SpaceMulti-select
rRename
.Toggle the visibility of hidden files
fFilter files

Advanced Features

Custom Themes

# ~/.config/yazi/theme.toml

"$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" }
]