Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1022 Bytes

README.md

File metadata and controls

40 lines (27 loc) · 1022 Bytes

directory_cleaner

Test Status Coverage Status

overview

Remove all files and directories not in an exception list (in a specfic directory).

  • Files under an excepted directory will also be excluded from deletion.

usage

# basic usage
directory_cleaner -c config.toml directory_to_clean

# see help output for complete options
directory_cleaner -h

building

poetry build
# output will be in /dist

installation

# build package (see above)

# install
pip3 install directory_cleaner-0.1.0-py3-none-any.whl

TODOs