Faheel Cleanup Versions Save

A simple command line utility that organises files in a directory into subdirectories

v1.0.4

5 months ago

Patch

  • Replace Travis CI with GitHub Actions
    • Also test on MacOS and Windows, and target the 3 latest Python versions

v1.0.3

5 years ago

Patch

  • Fix import error

v1.0.2

5 years ago

Patch

  • Replace Colored with Hue for better Windows compatibility for terminal text styling
  • Refactor code
  • Add tests
  • Add Travis CI support
  • Drop support for Python 3.3

v1.0.1

6 years ago

Patch

  • Update setup scripts

v1.0.0

6 years ago

Initial public release

Organise files in a directory into subdirectories based on their extensions.

Usage:
  cleanup [-d | -s] [-r] <dir>
  cleanup -h

Options:
  -d, --dry-run     Just display the changes that would be made, without
                    actually doing anything.
  -s, --silent      Do not display information while performing operations.
  -r, --revert      Revert previous cleanup of the directory.
  -h, --help        Display this help text.