Skip to the content.

CleanUp

GitHub Actions PyPI License

A simple command line utility that organises files in a directory into subdirectories based on the files’ extensions.

Usage

Usage

When run without any option, it organises the files in the specified directory into subdirectories based on the files’ extensions.

Options

Development

Setup

  1. Clone the repo and cd into it.

  2. Set up a Python 3 virtual environment using pipenv:
    pipenv --three         # create Python 3 virtual environment
    pipenv install --dev   # install all dependencies
    pipenv shell           # activate virtual environment shell
    
  3. The cleanup script can now be run from the root directory of the project:
    python3 -m cleanup.cleanup -h
    

Test

Make sure you’re in the root directory of the project. You can then run the test using:

python3 -m tests.test

License

This project is licensed under the terms of the MIT license.