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.