snippetbashTip
ntfyme — A notification tool to track and notify you about your long-running termination process. Send notifi
Viewed 0 times
commandntfymeandnotificationclitooltracknotify
Problem
How to use the
ntfyme command: 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 information: <https://github.com/AnirudhG07/ntfyme>.Solution
ntfyme — 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 information: <https://github.com/AnirudhG07/ntfyme>.Directly run your command:
ntfyme exec {{[-c|--cmd]}} {{command}}Pipe your command and run:
echo {{command}} | ntfyme execRun multiple commands by enclosing them in quotes:
echo "{{command1; command2; command3}}" | ntfyme execTrack and terminate the process after prolonged suspension:
ntfyme exec {{[-t|--track-process]}} {{[-c|--cmd]}} {{command}}Setup the tool configurations interactively:
ntfyme setupEncrypt your password:
ntfyme encSee the log history:
ntfyme logOpen and edit the configuration file:
ntfyme configCode Snippets
Directly run your command
ntfyme exec {{[-c|--cmd]}} {{command}}Pipe your command and run
echo {{command}} | ntfyme execRun multiple commands by enclosing them in quotes
echo "{{command1; command2; command3}}" | ntfyme execTrack and terminate the process after prolonged suspension
ntfyme exec {{[-t|--track-process]}} {{[-c|--cmd]}} {{command}}Setup the tool configurations interactively
ntfyme setupContext
tldr-pages: common/ntfyme
Revisions (0)
No revisions yet.