Metadata-Version: 1.2
Name: LinuxRecycle
Version: 1.8.8
Summary: A recycle system for linux
Home-page: UNKNOWN
Author: Xin-Xin Ma
License: GPL
Project-URL: Source, https://github.com/xxmawhu/LinuxRecycle
Description: # 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
        ```
        
Platform: UNKNOWN
