13 Commits

Author SHA1 Message Date
8fd8796e6d Release version 1.0.0 latest v1.0.0 2026-08-14 14:41:53 +02:00
ccac936015 feat: port to Python and package as pip-installable distribution
Replaces main.sh with the 'cli-gnome-extension-manager' distribution in a src layout, shipping both the cli-gnome-extension-manager and the older goexma command.

sync_repository keeps the three states of the shell original apart: clone when the folder is missing, pull when it is a checkout, leave it alone otherwise, so a manually installed extension is never overwritten. build_extension still moves the checkout away before make install, but into a TemporaryDirectory instead of a fixed /tmp/<name>, which removes the collision between parallel runs and cleans up on abort.

Every step passes through the exit code of the failing tool, replacing the shell chain of || exit 1; a missing gnome-extensions aborts with exit 127. The e2e suite builds a real git repository, clones it with real git and runs real make install.

Adds --extensions-dir, unit, integration and container-based e2e tests, ruff and markdown/mermaid linting, CodeQL and Dependabot, and pins the core metadata to 2.4 so twine accepts the artifacts.

Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
2026-08-14 14:41:17 +02:00
59943dc029 Updated to GTK4 2025-04-02 12:33:23 +02:00
a6207b0a8c Added requirements 2025-04-01 18:21:43 +02:00
685784a777 Renamed file 2025-04-01 18:17:45 +02:00
ed0ae6d811 Added Funding 2025-03-12 20:52:48 +01:00
ebb2313aa3 Update README.md 2025-03-12 11:14:40 +01:00
639b09e9a4 Solved naming bug 2023-06-20 20:51:05 +02:00
d211d53264 Solved bug 2023-06-20 20:38:09 +02:00
5ef2d65f88 Solved bug 2023-06-20 20:37:11 +02:00
7857bb099b Optimized with https://chat.openai.com/share/b44935b7-e419-4dc1-b036-3b23abbbc399 2023-06-20 20:33:03 +02:00
46e8a481ca added script 2022-08-19 21:23:31 +02:00
5a9b6e0f9b Initial commit 2022-08-19 21:02:35 +02:00