patri9ck / a2ln-app

A way to display Android phone notifications on Linux (App)
GNU General Public License v3.0
86 stars 7 forks source link

Add command examples in documentation ? #44

Closed pierfu closed 9 months ago

pierfu commented 9 months ago

Hi, I cannot figure out what kind of "command" can be used. I tried this: --command "notify-send {app}:{title} {body}" but doesn't work Tried the same run by shell script, failed too. Tkx.

patri9ck commented 9 months ago

You quoted your command incorrectly. This works for me:

a2ln --command 'notify-send "{app}:{title}" "{body}"'