julienXX / terminal-notifier

Send User Notifications on macOS from the command-line.
Other
6.36k stars 331 forks source link

cannot use with teams deeplinks #303

Open Yneth opened 1 year ago

Yneth commented 1 year ago

Please check everything that applies to your issue:

To help us debug your issue please include:

Steps to reproduce

  1. execute terminal-notifier -title 'It is time for' -message 'Code Review' -open 'msteams:/...
  2. get error 'msteams:/...' is not a valid URI

Actual result

validation error of the URL protocol

Expected result

Successfully open the link

Explanation

msteams deep link is not working correctly when using a double slash after msteams:, when used with two slashes it is not forwarding to the channel I need to.

Thanks!