Re: tshare/1.0 a fast way to share file using transfer.sh

2023-10-12 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 11 October 2023 at 14:30:50 UTC, kinke wrote: On Saturday, 7 October 2023 at 22:40:58 UTC, Andrea Fontana wrote: Question: - Is there a way to compile curl statically with ldc for windows? If I try (using -static), it throws a runtime error. Yes; IIRC, you need to link

Re: tshare/1.0 a fast way to share file using transfer.sh

2023-10-11 Thread Imperatorn via Digitalmars-d-announce
On Wednesday, 11 October 2023 at 14:30:50 UTC, kinke wrote: On Saturday, 7 October 2023 at 22:40:58 UTC, Andrea Fontana wrote: Question: - Is there a way to compile curl statically with ldc for windows? If I try (using -static), it throws a runtime error. Yes; IIRC, you need to link

Re: tshare/1.0 a fast way to share file using transfer.sh

2023-10-11 Thread kinke via Digitalmars-d-announce
On Saturday, 7 October 2023 at 22:40:58 UTC, Andrea Fontana wrote: Question: - Is there a way to compile curl statically with ldc for windows? If I try (using -static), it throws a runtime error. Yes; IIRC, you need to link `curl_a.lib` *and* add `curl.exp` (as Phobos tries to find the

Re: tshare/1.0 a fast way to share file using transfer.sh

2023-10-07 Thread Andrea Fontana via Digitalmars-d-announce
On Wednesday, 4 October 2023 at 23:02:39 UTC, Andrea Fontana wrote: I've just released a simple tool for sharing files (similar to WeTransfer) directly from the terminal. News: - Added support for encryption (if gpg is available) - Added binaries built by github - Improved UI Question: - Is

tshare/1.0 a fast way to share file using transfer.sh

2023-10-04 Thread Andrea Fontana via Digitalmars-d-announce
I've just released a simple tool for sharing files (similar to WeTransfer) directly from the terminal. Usage is incredibly straightforward: Run ```dub build tshare``` to build the tool. Use ```tshare /your/file``` to share your file, which will generate a public link. For additional