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

20
pages.zh/common/nms.md Normal file
View File

@@ -0,0 +1,20 @@
# nms
> 命令行工具可以重现1992年电影《Sneakers》中著名的数据解密效果来自`stdin`。
> 更多信息请访问:<https://github.com/bartobri/no-more-secrets>。
- 在按下按键后解密文本:
`echo "{{Hello, World!}}" | nms`
- 立即解密输出,无需等待按键:
`{{ls -la}} | nms -a`
- 解密文件内容,并自定义输出颜色:
`cat {{path/to/file}} | nms -a -f {{blue|white|yellow|black|magenta|green|red}}`
- 在解密之前清屏:
`{{command}} | nms -a -c`