Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 590 Bytes

README.md

File metadata and controls

34 lines (22 loc) · 590 Bytes

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 .