pacaptr icon indicating copy to clipboard operation
pacaptr copied to clipboard

Standalone package manager wrapper library

Open rami3l opened this issue 5 years ago • 3 comments

Up till now, the common operations across different package managers are mapped directly to Pacman commands, which is a good solution in the very beginning, but might constraint the scope of this project. We wish to extract the syntax layer from those operations into a library, so that on day we might be able use a different front-end (eg. an apt-like one).

rami3l avatar Oct 27 '20 20:10 rami3l

The scope of this issue seems to have a log of overlap with topgrade -- maybe some inspiration can be taken from there?

ErichDonGubler avatar Nov 15 '20 17:11 ErichDonGubler

Would be cool to provide a different front-end for this in the form of a powershell module or something!

riotrah avatar Jan 02 '23 21:01 riotrah

I do want to move forward on this, but currently the UI logic is deeply integrated into the subprocess execution logic, thus a frontend/backend separation might be required before this can happen.

The timeline is highly uncertain, unfortunately.

rami3l avatar Jun 30 '23 08:06 rami3l