ntfyme
sends desktop notifications when commands complete
TLDR
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]
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)
