Changes:
- Fix support for Python 3.7 and earlier. Users have to install the
typing-extensions
module, though. - Attempt to fix the UnicodeEncodeErrors (or similar) that occur when printing files/paths with rare characters that are not
compatible with the console's codec. See #33.