Crates.io | download_caretaker |
lib.rs | download_caretaker |
version | 0.1.3 |
source | src |
created_at | 2020-05-17 21:10:01.774433 |
updated_at | 2020-06-23 15:31:03.344437 |
description | Keeps your downloads folder tidy |
homepage | |
repository | |
max_upload_size | |
id | 242804 |
size | 42,232 |
Script to help keep your downloads folder clean. Largely a clone of the python Download Caretaker which I wrote. The script checks your downloads folder for files and dirs older than 30 days, and asks you what you want to do with them. The (o)pen feature only works on Mac for now.
If you have cargo installed, then you can simply use
cargo install download_caretaker
To launch download caretaker each time you launch your terminal you can run the following command, depending on your shell.
echo 'download_caretaker' >> ~/.bash_profile
echo 'download_caretaker' >> ~/.zprofile
[] Add open file feature for linux