Skip to content

Notenlish/trash_collector

Repository files navigation

trash_collector

Python cli to easily help clean old folders and free up disk space. Use py -m trash_collector --help to see the available commands. or python3 -m trash_collector --help if you are using a linux system.

Pypi here

Develop

Setup a venv, activate it and install the requirements

py -m venv venv
source venv/bin/activate
pip install -r requirements.txt

Testing

Run the tests

py -m pytest tests

Build

py -m pip install --upgrade build py -m build

Build to test

pip install .

About

Python cli to easily search for old/useless folders and clean them

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages