HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

yazi — Blazing fast terminal file manager written in Rust. Efficient, user-friendly, and customizable file

Submitted by: @import:tldr-pages··
0
Viewed 0 times
terminalcommandblazingclifileyazifastmanager

Problem

How to use the yazi command: Blazing fast terminal file manager written in Rust. Efficient, user-friendly, and customizable file management experience. More information: <https://github.com/sxyazi/yazi>.

Solution

yazi — Blazing fast terminal file manager written in Rust. Efficient, user-friendly, and customizable file management experience. More information: <https://github.com/sxyazi/yazi>.

Launch Yazi from the current directory:
yazi


Print debug information:
yazi --debug


Write the current working directory on exit to the file:
yazi --cwd-file {{path/to/cwd_file}}


Clear the cache directory:
yazi --clear-cache

Code Snippets

Launch Yazi from the current directory

yazi

Print debug information

yazi --debug

Write the current working directory on exit to the file

yazi --cwd-file {{path/to/cwd_file}}

Clear the cache directory

yazi --clear-cache

Context

tldr-pages: common/yazi

Revisions (0)

No revisions yet.