download_caretaker

Crates.iodownload_caretaker
lib.rsdownload_caretaker
version0.1.3
sourcesrc
created_at2020-05-17 21:10:01.774433
updated_at2020-06-23 15:31:03.344437
descriptionKeeps your downloads folder tidy
homepage
repository
max_upload_size
id242804
size42,232
Jim Walker (Jim-Walk)

documentation

README

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

Commit count: 0

cargo fmt