A powerful CLI tool to simplify and streamline your interactions with GSettings arrays.
With this tool, you can perform a variety of tasks, from inserting items into an array to sorting and deduplicating items, all with a few simple commands.
- 🎯 Insert: Add one or more items to your array at a specified index.
- 📋 List: Display all items in your array, each on a new line.
- 🔄 Sort: Sort all items in your array.
- 🧹 Deduplicate: Remove duplicate items from your array.
- 🎣 Pop: Print and remove the item at a specified index.
- ❌ Remove: Delete one or more items from your array.
- 🧼 Clear: Remove all items from your array.
Install using pip:
pip install gsettings-array
Basic usage:
gsettings-array COMMAND SCHEMA KEY [OPTIONS]
For more detailed information, check out our full documentation.
Contributions are welcome! Please feel free to submit a Pull Request.
This project is licensed under the GPL-3.0-only OR GPL-2.0-only License. See the LICENSE.md file for details.