| Crates.io | cosmic-ctl |
| lib.rs | cosmic-ctl |
| version | 1.4.0 |
| created_at | 2024-12-16 01:06:59.505409+00 |
| updated_at | 2025-04-12 13:36:07.30286+00 |
| description | CLI for COSMIC Desktop configuration management |
| homepage | https://github.com/cosmic-utils/cosmic-ctl |
| repository | https://github.com/cosmic-utils/cosmic-ctl |
| max_upload_size | |
| id | 1484553 |
| size | 169,078 |
CLI for COSMIC Desktop configuration management.
cosmic-ctl (short for COSMIC configuration utilities) is a command-line interface for managing the configuration of the COSMIC Desktop. It allows users to read, write, delete, and backup configuration entries for various components.
You can build this project using Cargo:
cargo build --release
cosmic-ctl write --component <component> --entry <entry> --version <version> <value>
cosmic-ctl read --component <component> --entry <entry> --version <version>
cosmic-ctl delete --component <component> --entry <entry> --version <version>
cosmic-ctl apply /path/to/json/file
cosmic-ctl backup /path/to/output/json/file
This project is licensed under the GPL-3.0-only license. See the LICENSE for details.