btop: add Chinese translation (#13500)

pull/28/head
Cryo 2024-08-24 01:35:10 +08:00 committed by GitHub
parent c373845f80
commit e233b86497
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 21 additions and 0 deletions

21
pages.zh/common/btop.md Normal file
View File

@ -0,0 +1,21 @@
# btop
> 显示有关 CPU、内存、磁盘、网络和进程的信息的资源监视器。
> `bpytop` 的 C++ 版本。
> 更多信息:<https://github.com/aristocratos/btop>.
- 启动 `btop`:
`btop`
- 使用指定预设启动 `btop`:
`btop --preset {{0..9}}`
- 使用 16 种颜色和 TTY 友好的图形符号在 TTY 模式下启动 `btop`:
`btop --tty_on`
- 在 256 色模式而不是 24 位颜色模式下启动 `btop`:
`btop --low-color`