Skip to content

Latest commit

 

History

34 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dustpan

pypi version downloads build status python versions format license

Description

Clean up your workspace by removing extraneous files and directories.

Installation

With Python installed, simply run the following command to add the package to your project.

python -m pip install dustpan

Usage

This 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 search

Optional 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 verbose

Feel free to check out the docs for more information on how to use this package.

License

This software is released under the terms of MIT license.

About

Clean up your workspace by removing extraneous files and directories

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages