Skip to content

Releases: faheel/cleanup

v1.0.4

04 Dec 07:34
638f15e
Compare
Choose a tag to compare

Patch

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

v1.0.3

22 May 18:59
Compare
Choose a tag to compare

Patch

  • Fix import error

v1.0.2

22 May 18:58
Compare
Choose a tag to compare

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

06 Apr 18:09
Compare
Choose a tag to compare

Patch

  • Update setup scripts

v1.0.0

06 Apr 18:08
Compare
Choose a tag to compare

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.