commands.sh

ntfyme

all

A notification tool to track and notify you about your long-running termination process. Send notifications with success/error messages with Gmail, Telegram, and more.

More info →

Options (2)

-c, --cmdboolean

Directly run your command

Example: ntfyme exec {{[-c|--cmd]}} {{command}}
-t, --track-processboolean

Track and terminate the process after prolonged suspension

Example: ntfyme exec {{[-t|--track-process]}} {{[-c|--cmd]}} {{command}}

Examples (8)

Directly run your command

ntfyme exec [-c|--cmd] command

Pipe your command and run

Run multiple commands by enclosing them in quotes

echo "command1; command2; command3" | ntfyme exec

Track and terminate the process after prolonged suspension

ntfyme exec [-t|--track-process] [-c|--cmd] command

Setup the tool configurations interactively

ntfyme setup

Encrypt your password

ntfyme enc

See the log history

Open and edit the configuration file

ntfyme config
made by @shridhargupta | data from tldr-pages