You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/termux-notification
+8Lines changed: 8 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -58,6 +58,14 @@ show_help_actions () {
58
58
echo"The action is run in a different environment (not a subshell). Thus your environment is lost (most notably \$PATH), and ~/.profile is not sourced either. So if you need your \$PATH you should either:"
59
59
echo" - if the action is a script, set it explicitly in the script (e.g. export PATH=\"\$HOME/bin:\$PATH\")"
60
60
echo" - or use something like --action \"bash -l -c 'command1; command2'\")."
61
+
echo
62
+
echo"On Android N or above, you can use the special variable \$REPLY in your actions to use Android's Direct Reply feature."
63
+
echo"This prompts the user to enter some text directly in the notification, which is then substituted into your action."
0 commit comments