Files
tldr/pages.zh/common/nms.md

20 lines
519 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# 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`