Jellycuts / Jellycuts-Issues

A public issue tracker for the Jellycuts iOS app.
25 stars 0 forks source link

A repository system for network hosted files #109

Open ActuallyTaylor opened 2 years ago

ActuallyTaylor commented 2 years ago

Transcribed from WaterMelom🍉#7377 on discord

A repository system that could be used within the import command. The repository could just be a file on github (or even github gists) and to add a library, people could open a pull request for a new entry on the list. the jellycuts app would fetch the list and the user would be able to import one and then jellycuts would fetch that github url.

Syntax example:

[
  {"name": "mylib", "source": "https://mylib.io/source.jelly"}
]
ActuallyTaylor commented 2 years ago

This may be possible however, pulling anything from the internet is iffy with App Store rules.