mirror of https://github.com/CrimsonTome/tldr.git
btop: add Chinese translation (#13500)
parent
c373845f80
commit
e233b86497
|
@ -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`
|
Loading…
Reference in New Issue