LinuxCommandLibrary

ntfyme

A notification tool to track and notify you about your long-running termination process.

TLDR

Directly run your command

$ ntfyme exec [-c|--cmd] [command]
copy


Pipe your command and run
$ echo [command] | ntfyme exec
copy


Run multiple commands by enclosing them in quotes
$ echo "[command1; command2; command3]" | ntfyme exec
copy


Track and terminate the process after prolonged suspension
$ ntfyme exec [-t|--track-process] [-c|--cmd] [command]
copy


Setup the tool configurations interactively
$ ntfyme setup
copy


Encrypt your password
$ ntfyme enc
copy


See the log history
$ ntfyme log
copy


Open and edit the configuration file
$ ntfyme config
copy

Copied to clipboard