add new chinese translations
This commit is contained in:
37
pages.zh/common/ntfyme.md
Normal file
37
pages.zh/common/ntfyme.md
Normal file
@@ -0,0 +1,37 @@
|
||||
# ntfyme
|
||||
|
||||
> 一款通知工具,用于跟踪并通知您关于长时间运行的终止过程。
|
||||
> 通过 Gmail、Telegram 等发送成功/错误消息的通知。
|
||||
> 更多信息:<https://github.com/AnirudhG07/ntfyme>。
|
||||
|
||||
- 直接运行您的命令:
|
||||
|
||||
`ntfyme exec {{-c|--cmd}} {{command}}`
|
||||
|
||||
- 管道您的命令并运行:
|
||||
|
||||
`echo {{command}} | ntfyme exec`
|
||||
|
||||
- 通过将多个命令括在引号中来运行:
|
||||
|
||||
`echo "{{command1; command2; command3}}" | ntfyme exec`
|
||||
|
||||
- 跟踪并在长时间挂起后终止进程:
|
||||
|
||||
`ntfyme exec {{-t|--track-process}} {{-c|--cmd}} {{command}}`
|
||||
|
||||
- 交互式设置工具配置:
|
||||
|
||||
`ntfyme setup`
|
||||
|
||||
- 加密您的密码:
|
||||
|
||||
`ntfyme enc`
|
||||
|
||||
- 查看日志历史:
|
||||
|
||||
`ntfyme log`
|
||||
|
||||
- 打开并编辑配置文件:
|
||||
|
||||
`ntfyme config`
|
Reference in New Issue
Block a user