dutchcoders / transfer.sh

Easy and fast file sharing from the command-line.
https://github.com/dutchcoders/transfer.sh
MIT License
15.08k stars 1.54k forks source link

Option to use a CLI #578

Open newtoallofthis123 opened 9 months ago

newtoallofthis123 commented 9 months ago

I have been using transfer.sh since a really long time and I love the easy CURL way of doing things. However, I recently suggested it to one of my friends and he found the CURL way to be a bit hard.

A CLI would simplify the process very much. It could list the files in the current directory and also provide some cool command line options as well to perform CRUD.

Basically an abstraction.

I like building CLI's in Rust and Go and I was hoping to validate this idea and be assigned to this issue for the Hacktober fest 2023.

Thanks, Ishan