The idea of the script is to store your transfer.sh links and simplify its usage, so you can remember them later and know when they will expire, but now written in Rust.
https://user-images.githubusercontent.com/49915167/180336384-8cdc56a8-ef99-4bf5-b914-192d82c633c4.mp4
I am not the author of the Transfer.sh service and don't have any affiliation with it.
I am just a user from their services, so I wrote this script to help me remember my links.
bash
cargo install transferhelper
That's it, you are ready to go.
This script has a few commands, you can use them in your terminal:
bash
transferhelper -u <file>
bash
transferhelper -l
bash
transferhelper --list-del
bash
transferhelper -d
After running this command it will ask you for the link you want to delete and if you want to delete from the cloud as well.
bash
transferhelper --drop
After running this command it will ask for confirmation.
bash
transferhelper -h
Install Rust on your machine, Rustup.
Clone this repository.
Inside the cloned folder run:
bash
cargo install
Now you can use the program from your terminal.
bash
transferhelper -h
You can download the latest release, I already compiled it for you.