Crates.io | transferhelper |
lib.rs | transferhelper |
version | 0.4.910 |
source | src |
created_at | 2022-11-14 22:59:03.564389 |
updated_at | 2023-11-07 23:06:36.250743 |
description | Store your transfer.sh links, so you can remember them later and know when they will expire. |
homepage | |
repository | https://github.com/OLoKo64/transfer-sh-helper-rusted |
max_upload_size | |
id | 715244 |
size | 79,141 |
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.
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.
cargo install transferhelper
That's it, you are ready to go.
This script has a few commands, you can use them in your terminal:
transferhelper upload <file>
By default it will compress with default compression level, which is 6.
transferhelper upload <file> -c
You can also define a compression level from 0-9, 0 is the fastest and 9 is the best compression.
transferhelper upload <file_or_folder> -c -l 9
transferhelper list
transferhelper list -s
transferhelper list -d
transferhelper delete
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.
transferhelper drop
After running this command it will ask for confirmation.
transferhelper -h
Install Rust on your machine, Rustup.
Clone this repository.
Inside the cloned folder run:
cargo install --path .
Now you can use the program from your terminal.
transferhelper -h
This project is licensed under the MIT License - see the LICENSE file for details.