← 返回命令列表

Linux command

ntfyme 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Notify when command finishes

ntfyme [command]

Run command with notification

ntfyme -c "[command]"

Custom notification message

ntfyme -m "[message]" [command]

Track long running process

ntfyme --pid [process_id]

说明

ntfyme sends desktop notifications when commands complete. Monitors long tasks. The tool wraps commands with notifications. Useful for lengthy operations.

参数

-c _COMMAND_
Command to execute.
-m _MESSAGE_
Custom notification message.
--pid _PID_
Wait for process ID.
--sound
Play notification sound.
--help
Display help information.

FAQ

What is the ntfyme command used for?

ntfyme sends desktop notifications when commands complete. Monitors long tasks. The tool wraps commands with notifications. Useful for lengthy operations.

How do I run a basic ntfyme example?

Run `ntfyme [command]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does -c _COMMAND_ do in ntfyme?

Command to execute.