LinuxCommandLibrary

ntfyme

sends desktop notifications when commands complete

TLDR

Notify when command finishes

$ ntfyme [command]
copy
Run command with notification
$ ntfyme -c "[command]"
copy
Custom notification message
$ ntfyme -m "[message]" [command]
copy
Track long running process
$ ntfyme --pid [process_id]
copy

SYNOPSIS

ntfyme [options] [command]

DESCRIPTION

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

PARAMETERS

-c COMMAND

Command to execute.
-m MESSAGE
Custom notification message.
--pid PID
Wait for process ID.
--sound
Play notification sound.
--help
Display help information.

CAVEATS

Requires notification daemon. System dependent. May need configuration.

HISTORY

ntfyme provides command completion notifications for terminal workflows.

SEE ALSO

notify-send(1), nohup(1), time(1)

> TERMINAL_GEAR

Curated for the Linux community

Copied to clipboard

> TERMINAL_GEAR

Curated for the Linux community