julienXX / terminal-notifier

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

File URL fails to open #227

Closed vlovich closed 7 years ago

vlovich commented 7 years ago

Please check everything that applies to your issue:

To help us debug your issue please include:

/opt/homebrew/Cellar/terminal-notifier/1.8.0/bin/terminal-notifier -message test -open "file://$PWD"

terminal-notifier[35099:7252733] 'file:///Users/vlovich' is not a valid URI.

/opt/homebrew/Cellar/terminal-notifier/1.8.0/bin/terminal-notifier -message test -open "file:/$PWD" This launches but on click "Show" it just prints @ACTIONCLICKED

I tried a relative path for -open I.e. file:// & it just prints @ACTIONCLICKED too.

Common issues and solution:

Thanks!

julienXX commented 7 years ago

Duplicate see #215