If you want, it would be super easy to integrate this with Chanify for push notifications. My fork here https://github.com/aidan-gibson/zsh-auto-notify/blob/master/auto-notify.plugin.zsh does that. All I did was change the notify-send line to curl --form-string "text=$title $body" "https://api.chanify.net/v1/sender/$CHAN" (you must have $CHAN set to your token). I did this real quick and dirty to work for me, but it could be done nicely also.
Thanks for this plugin! Super handy.
If you want, it would be super easy to integrate this with Chanify for push notifications. My fork here https://github.com/aidan-gibson/zsh-auto-notify/blob/master/auto-notify.plugin.zsh does that. All I did was change the
notify-send
line tocurl --form-string "text=$title $body" "https://api.chanify.net/v1/sender/$CHAN"
(you must have $CHAN set to your token). I did this real quick and dirty to work for me, but it could be done nicely also. Thanks for this plugin! Super handy.