mirror of
https://github.com/tldr-pages/tldr
synced 2026-08-26 14:13:36 +01:00
yazi: add pt_BR translation (#21264)
* yazi: add brazilian portuguese translation * yazi pt_BR: adding single newline character at the end of the fiel * yazi pt_BR: Chancing the More information line to the default template * Update pages.pt_BR/common/yazi.md --------- Co-authored-by: Ivan Baluta <ivanbaluta.dev@gmail.com>
This commit is contained in:
co-authored by
Ivan Baluta
parent
8b8e1b3082
commit
6338182958
@@ -0,0 +1,21 @@
|
|||||||
|
# yazi
|
||||||
|
|
||||||
|
> Gerenciador de arquivos extremamente rápido escrito em Rust.
|
||||||
|
> Experiência de gerenciamento de arquivos eficiente, fácil de usar e customizável.
|
||||||
|
> Mais informações: <https://github.com/sxyazi/yazi>.
|
||||||
|
|
||||||
|
- Inicializa o Yazi a partir do diretório atual:
|
||||||
|
|
||||||
|
`yazi`
|
||||||
|
|
||||||
|
- Exibe informações para debug:
|
||||||
|
|
||||||
|
`yazi --debug`
|
||||||
|
|
||||||
|
- Grava o diretório de trabalho atual ao sair no arquivo:
|
||||||
|
|
||||||
|
`yazi --cwd-file {{caminho/para/cwd_file}}`
|
||||||
|
|
||||||
|
- Limpa o diretório de cache:
|
||||||
|
|
||||||
|
`yazi --clear-cache`
|
||||||
Reference in New Issue
Block a user