From 5acc6ef400e959d3f980c9d3b482078fc08138ae Mon Sep 17 00:00:00 2001 From: Anirudh Gupta <146579014+AnirudhG07@users.noreply.github.com> Date: Wed, 7 Aug 2024 11:07:25 +0530 Subject: [PATCH] ntfyme: add common page (#13401) Co-authored-by: spageektti --- pages/common/ntfyme.md | 37 +++++++++++++++++++++++++++++++++++++ 1 file changed, 37 insertions(+) create mode 100644 pages/common/ntfyme.md diff --git a/pages/common/ntfyme.md b/pages/common/ntfyme.md new file mode 100644 index 000000000..abe71bdef --- /dev/null +++ b/pages/common/ntfyme.md @@ -0,0 +1,37 @@ +# 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: . + +- Directly run your command: + +`ntfyme exec {{-c|--cmd}} {{command}}` + +- Pipe your command and run: + +`echo {{command}} | ntfyme exec` + +- 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: + +`ntfyme log` + +- Open and edit the configuration file: + +`ntfyme config`