giget icon indicating copy to clipboard operation
giget copied to clipboard

support `file://` protocol

Open Alkaidcc opened this issue 2 years ago • 2 comments
trafficstars

Describe the feature

If I already have a template project locally, can I get a new project by copying the template? Does giget support it?

Additional information

  • [ ] Would you be willing to help implement this feature?

Alkaidcc avatar Oct 05 '23 06:10 Alkaidcc

Hi. Currently no giget doesn't supports this. In first next steps, you would be able to clone a local .tar.gz archive.

pi0 avatar Oct 05 '23 09:10 pi0

Support for https landed with #129. For this, we need something almost similar to support file:// protocol provider and instead of fetching, using filesystem read. (PR welcome!)

pi0 avatar Dec 23 '23 20:12 pi0