IvanMathy / Boop

A scriptable scratchpad for developers. In slow yet steady progress.
https://boop.okat.best
MIT License
3.77k stars 346 forks source link

Script "Marketplace" #381

Open ethanuppal opened 3 months ago

ethanuppal commented 3 months ago

This might be a very good or a very bad idea, but given that users may develop their own useful scripts, it might be good to have a collective base to share them. I haven't fleshed out how this would work, e.g., a dedicated repo would require maintenance (in the form of accepting PRs where people provide their script), but would have the advantage of simple installation (wget directly into your script folder) and safety (scripts are typically short and would be easily readable as a file in the repo). Sorry if this suggestion has been brought up before and closed.

jefhai commented 3 months ago

Would be cool to install them as text only and you manually have to make the JS files executable. A little safety precaution.