Clean up your workspace by removing extraneous files and directories.
With Python installed, simply run the following command to add the package to your project.
python -m pip install dustpanThis is a command-line program, and can be executed as follows:
dustpan [-h] [-p PATTERNS [PATTERNS ...]] [-i IGNORE [IGNORE ...]] [--remove-empty-directories] [-q | -v | -vv] directories [directories ...]Positional arguments:
directories Root directories to searchOptional arguments:
-h, --help show this help message and exit
-p PATTERNS [PATTERNS ...], --patterns PATTERNS [PATTERNS ...]
Additional path patterns to queue for removal
-i IGNORE [IGNORE ...], --ignore IGNORE [IGNORE ...]
Path patterns to exclude from removal
--remove-empty-directories
Remove all childless directories
-q, --quiet Be quiet
-v, --verbose Be more verbose
-vv, --very-verbose Be very verboseFeel free to check out the docs for more information on how to use this package.
This software is released under the terms of MIT license.