add new chinese translations

This commit is contained in:
2024-12-30 15:25:56 +08:00
parent a850046d7b
commit 0d798759fd
5418 changed files with 105800 additions and 7052 deletions

View File

@@ -0,0 +1,20 @@
# colorls
> 美化 `ls` 命令的输出,使用颜色和 Font Awesome 图标。作为一个 Ruby gem 可用。
> 更多信息:<https://github.com/athityakumar/colorls>。
- 每行列出一个文件:
`colorls -1`
- 列出所有文件,包括隐藏文件:
`colorls --all`
- 所有文件的长格式列表(权限、所有权、大小和修改日期):
`colorls --long --all`
- 仅列出目录:
`colorls --dirs`