cfillion / reapack

📦 Package manager for REAPER
https://reapack.com
GNU Lesser General Public License v3.0
328 stars 21 forks source link

Add ReaScript APIs for enumerating and installing/removing packages #37

Open Bindernews opened 3 years ago

Bindernews commented 3 years ago

I'm working on a setup tool for reaper, with the ability to parse and assign keyboard shortcuts (working), mouse modifiers (in progress), settings (todo), and hopefully install reapack packages. The problem is that while ReaPack has APIs for adding repositories, there's not an API for queuing things to be installed, or for enumerating the available packages.

I can see about submitting a PR, but I'm not at all familiar with the code so it might take me a while.

EDIT: Suggested APIs

nikolalkc commented 3 years ago

This would be very useful. I completely agree.

MichaelPilyavskiy commented 2 years ago

Since reapack doesn't support dependencies, I get a million times of "what to do? it require another package", so a huge +1 from me.