4 releases
0.1.3 | Jun 23, 2020 |
---|---|
0.1.2 | Jun 1, 2020 |
0.1.1 | May 17, 2020 |
0.1.0 | May 17, 2020 |
#8 in #tidy
13KB
95 lines
Download Caretaker
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.
Install
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.
bash
echo 'download_caretaker' >> ~/.bash_profile
zsh
echo 'download_caretaker' >> ~/.zprofile
TODO
- [] Add open file feature for linux
Dependencies
~15–25MB
~300K SLoC