tmux-plugins / tmux-open

Tmux key bindings for quick opening of a highlighted file or url
MIT License
620 stars 63 forks source link

Redirect xdg-open output to dev/null to avoid START... output #2

Closed jonlorusso closed 9 years ago

jonlorusso commented 9 years ago

When using tmux-open's o command on Linux, xdg-open will output the following to the tmux pane in which it was executed:

START /usr/lib/firefox/firefox "http://example.com"

Redirecting to /dev/null avoids this.

bruno- commented 9 years ago

Hi, I just tested this on a mac and it looks good :+1:

Thanks for taking the time to dive into the code and fix it!