# CLI GNOME Extension Manager 🚀 [![GitHub Sponsors](https://img.shields.io/badge/Sponsor-GitHub%20Sponsors-blue?logo=github)](https://github.com/sponsors/kevinveenbirkenbach) [![Patreon](https://img.shields.io/badge/Support-Patreon-orange?logo=patreon)](https://www.patreon.com/c/kevinveenbirkenbach) [![Buy Me a Coffee](https://img.shields.io/badge/Buy%20me%20a%20Coffee-Funding-yellow?logo=buymeacoffee)](https://buymeacoffee.com/kevinveenbirkenbach) [![PayPal](https://img.shields.io/badge/Donate-PayPal-blue?logo=paypal)](https://s.veen.world/paypaldonate) [![License: AGPL v3](https://img.shields.io/badge/License-AGPL%20v3-blue.svg)](./LICENSE) [![Bash Version](https://img.shields.io/badge/Bash-4.x%2B-green.svg)](https://www.gnu.org/software/bash/) [![GitHub stars](https://img.shields.io/github/stars/kevinveenbirkenbach/cli-gnome-extension-manager.svg?style=social)](https://github.com/kevinveenbirkenbach/cli-gnome-extension-manager/stargazers) Manage your GNOME extensions easily from the command line with **CLI GNOME Extension Manager**. This Bash script lets you install, update, enable, and disable GNOME extensions directly from your terminal. ## Features ✨ - **Install & Update**: Clone extension repositories and update them if already installed. - **Compile**: Automatically compile the extension if a Makefile is provided. - **Activate/Deactivate**: Enable or disable GNOME extensions easily using the CLI. - **Automation-Friendly**: Perfect for power users and automation scripts. ## Requirements 🔧 - **GNOME Shell** (version 3.36+) - **Bash** (version 4.x+) - **Git** (for cloning repositories) - **Make** (optional, for compiling extensions) - **gnome-extensions** CLI tool ## Installation 📦 You can install **CLI GNOME Extension Manager** using [Kevin's Package Manager](https://github.com/kevinveenbirkenbach/pkgmgr): ```bash pkgmgr install goexma ``` Alternatively, clone this repository: ```bash git clone https://github.com/kevinveenbirkenbach/cli-gnome-extension-manager.git cd cli-gnome-extension-manager ``` ## Usage ⚙️ To **install and enable** an extension, run: ```bash goexma enable ``` To **disable** an extension, run: ```bash goexma disable ``` The script will: - Clone the repository if the extension isn't installed. - Pull updates if the extension is already a Git repository. - Compile the extension if a Makefile is present. - Enable or disable the extension using `gnome-extensions`. ## License 📜 This project is licensed under the GNU Affero General Public License v3.0. See the [LICENSE](./LICENSE) file for details. ## Author 👨‍💻 **Kevin Veen-Birkenbach** - 📧 [kevin@veen.world](mailto:kevin@veen.world) - 🌐 [https://www.veen.world/](https://www.veen.world/) --- Feel free to contribute, open issues, or suggest improvements. Enjoy managing your GNOME extensions effortlessly! 🌟