diff --git a/content/posts/shelly-alpm-moderni-spravce-balicku/featured.png b/content/posts/shelly-alpm-moderni-spravce-balicku/featured.png new file mode 100644 index 0000000..8e1c7b4 Binary files /dev/null and b/content/posts/shelly-alpm-moderni-spravce-balicku/featured.png differ diff --git a/content/posts/shelly-alpm-moderni-spravce-balicku.md b/content/posts/shelly-alpm-moderni-spravce-balicku/index.md similarity index 96% rename from content/posts/shelly-alpm-moderni-spravce-balicku.md rename to content/posts/shelly-alpm-moderni-spravce-balicku/index.md index a0ac577..3b09f28 100644 --- a/content/posts/shelly-alpm-moderni-spravce-balicku.md +++ b/content/posts/shelly-alpm-moderni-spravce-balicku/index.md @@ -1,11 +1,17 @@ -# Shelly-ALPM – Moderní správce balíčků pro Arch Linux - -*Alternativa k pacmanu, která mluví lidsky* - +--- +title: "Shelly-ALPM – Moderní správce balíčků pro Arch Linux" +date: 2026-06-26 +draft: false +description: "Alternativa k pacmanu, která mluví lidsky" +categories: ["Návody"] +tags: ["Arch Linux", "pacman", "Shelly"] +author: "archos" --- ## 1. Co je Shelly? +![Shelly-ALPM](shelly_banner.png) + Shelly je grafický i příkazový správce balíčků pro Arch Linux. Na rozdíl od většiny alternativ (octopi, pamac) **není wrapper nad pacmanem** – komunikuje přímo s knihovnou `libalpm`, tedy se stejným jádrem, které používá samotný pacman. Projekt vyvíjí Zoey Bauer pod hlavičkou Seafoam Labs. Je psaný v C# (.NET 10), GUI běží na GTK 4 s nativní podporou Waylandu. Licence je GPL-3.0. @@ -251,3 +257,4 @@ Pro zkušené uživatele, kteří mají pacman v krvi a nepotřebují GUI, je Sh - GitHub: [github.com/Seafoam-Labs/Shelly-ALPM](https://github.com/Seafoam-Labs/Shelly-ALPM) - Web: [shellyalpm.com](https://shellyalpm.com) - Licence: GPL-3.0 +- Aktuální verze: v2.0.5 diff --git a/content/posts/shelly-alpm-moderni-spravce-balicku/shelly_banner.png b/content/posts/shelly-alpm-moderni-spravce-balicku/shelly_banner.png new file mode 100644 index 0000000..8e1c7b4 Binary files /dev/null and b/content/posts/shelly-alpm-moderni-spravce-balicku/shelly_banner.png differ