mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-04 05:43:47 +00:00
27 lines
529 B
Plaintext
27 lines
529 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|