jschlatow / taskopen

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

Feature #97

Closed scottkosty closed 8 years ago

scottkosty commented 8 years ago

Allow xdg-open to handle all file types. Before, the 'file' command was used to determine if a file was text and if so taskopen used $EDITOR to open the file. This manual detection was implemented before xdg-open was used. Relying only on xdg-open now allows for the user to customize preferred applications from a central location.

Fix #96.