install github issues

Purpose

This configurable python script automatically keeps your ~/Downloads/ directory clean. So it kind of liberates your downloads from bloatware! :P


Features

  • Trashes downloaded files that have not been accessed for a configured period of time
  • Executes on boot (optional)
  • Executes hourly (optional)
  • Automatically installs and updates required dependencies

Installation & Usage (Linux only)

sudo apt install git   # Install git

cd && git clone http://github.com/xlexip/downbloats-linux   # Clone the project

cd downbloats-linux && python3 main.py   # Run setup

After installing downbloats, the cleaning script will automatically execute based on your settings.


Screenshots