Direct Reply to Notifications
Feature description
termux-notification-list can list all notifications. Some of these notifications can be replied directly, such as messengers ("Reply", "Mark as read"). It would be great, if termux could send a direct reply to a notification, for example:
termux-notification-reply -i NotificationID -m Message
Reference implementation
I think watomatic uses the same approach.
Cheers
Is there any update on implementing this?
you can use this command
termux-notification --button1 "Answer" --button1-action "termux-toast \$REPLY"
If you're click reply button. The termux-toast will be appeared according to the command
For more information about termux-notification
termux-notification -h
information about actions eg: --button1-action
termux-notification --help-actions
If it's works please close this issue