chriscz / pysorter

A command line utility for organizing files and directories according to regex patterns.
Mozilla Public License 2.0
44 stars 17 forks source link

Add MIME type mappings as fallback #26

Closed sseemayer closed 8 years ago

sseemayer commented 8 years ago

Ref #9

Adds MIME type mappings from the mimetype module as fallback rules when no other rule can be matched. Also attempts to slightly humanize MIME types by removing x- from types.

coveralls commented 8 years ago

Coverage Status

Coverage increased (+0.1%) to 96.629% when pulling 781498747209d5b11c264cb1c05bc7568a393ec2 on sseemayer:master into 57d9c775711fa8a91b75b022c295441207c76f22 on chriscz:master.

chriscz commented 8 years ago

Awesome, it's been merged.