Skip to content

dawsonbooth/dustpan

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Packages

No packages published

Languages