------------------ - Add setup.py for man page generation. - Improve README to clarify installation and usage. - Parse filename globs passed via the command line on Windows. - Use win32 API to execute explorer.exe on Windows, allowing for multiple file selection.
0.0.4
------------------ - Update README to include installation instructions. - Include CHANGELOG.md in package. - Generate man page for use in Linux. - Improve command line argument documentation.
0.0.3
------------------ - Update README.
0.0.2
------------------ - Move config data from `__about__.py` to static config in `pyproject.toml` [(PEP 621)](https://www.python.org/dev/peps/pep-0621/). - Added command line arguments `--debug` and `--verbose`.