jschlatow / taskopen

Tool for taking notes and open urls with taskwarrior
GNU General Public License v2.0
364 stars 31 forks source link

Make $BROWSER_REGEX more robust #80

Closed benjaminweb closed 11 years ago

benjaminweb commented 11 years ago

$BROWSER_REGEX could be enhanced by using a more detailed regex, e.g. https://gist.github.com/dperini/729294.

jschlatow commented 11 years ago

Thanks, but I think the default regex is sufficient and efficient. Moreover, it's easier to understand for the common user.