dutchcoders / transfer.sh

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

Is there anyone willing to develop gui desktop frontend? #492

Open CodeCubeNeo opened 2 years ago

CodeCubeNeo commented 2 years ago

A desktop client would be really awesome!!!

aspacca commented 1 year ago

I will keep this open in case anyone is interested in developing a desktop client (even if you didn't specify what platform for, @CodeCubeNeo )

I'm personally not interested and I don't have time to work on it

gedw99 commented 1 year ago

I can build a desktop client

gedw99 commented 1 year ago

I just need to match the API that the cli curl examples are using . That seems like right approach since you server api is agnostic to what storage is used.

what about config though for the client ? The cmd golang seems to have what I need for the client.

aspacca commented 1 year ago

@gedw99 these are more or less all the REST endpoint relevant for a full fledged desktop client. I think that having as starting point only support for PUT, GET and DELETE would be enough.

what about config though for the client ? The cmd golang seems to have what I need for the client.

what to you mean exactly? I'd just let the user be able set the server to interact with

zeroishero commented 1 year ago

@aspacca is there any requirement for client to be made in particular framework? Is leptos ok?