Metadata-Version: 2.1
Name: LinuxRecycle
Version: 1.8.1
Summary: A recycle system for linux
Home-page: UNKNOWN
Author: Xin-Xin Ma
License: GPL
Project-URL: Source, https://github.com/xxmawhu/LinuxRecycle
Platform: UNKNOWN
Requires-Dist: termcolor

# LinuxRecycle
A recycle system for linux
## How to install?
```bash
python setup.py install [--user]
```
or
```bash
pip install LinuxRecycle [--user]
```

## options
* -f remove the file or dictory forcely

## setup your crontab
```
14 4 * * * python /pathto/auto_clear.py
```
```sh
git clone git@github.com:xxmawhu/LinuxRecycle.git
cd LinuxRecycle/core
python3 setCrontab.py
```


