-
-
Notifications
You must be signed in to change notification settings - Fork 65
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow using a download manager to get files over HTTP(S) #196
Comments
Oh, nice! |
Wouldn't using wget or curl break lagrange on windows? There is wget for windows from gnuwin32 project but not everyone uses it so it's not a good choice to rely on it. |
Hmm, the Windows build is MSYS2 based. I think an MSYS2 build of wget or curl could be included with Lagrange, if we go this route. I don't think it's appropriate to add a dependency on .NET. I haven't looked through the Win32 APIs with this in mind, but maybe there's something useful in there. |
From what I read on the internet, windows 10 now ships with curl installed but it would still be a problem for windows 7/8. |
It's curl has a different syntax. Also you can just ship a curl executable yourself, maybe just slightly renamed to avoid collisions on windows. |
This would be a nice feature in case somebody posts a link to an HTTP(S) resource in a gemtext file, as it would allow easier file download without either using such a manager manually or starting a heavy web browser.
The text was updated successfully, but these errors were encountered: