chezmoi_modify_manager 3.5.2

Chezmoi addon to patch ini files with mixed settings and state (experimental rust branch)
Documentation
# Summary

[Introduction](README.md)

# User guide

- [Installation & upgrades]./installation.md
- [Basic Usage]./basic_usage.md
- [Syntax of configuration files]./configuration_files.md
- [Transforms]./transforms.md
- [Examples]./examples/README.md
    - [Ignores & transforms]./examples/basics.md
    - [Advanced: set, remove, add:*](./examples/advanced.md)
- [Migration](./migration/README.md)
    - [Migration from version 1.x to 2.x](./migration/migration_2.md)
    - [Migration from version 2.x to 3.x](./migration/migration_3.md)
- [Troubleshooting](./troubleshooting.md)
- [Limitations](./limitations.md)

# Advanced topics

- [How chezmoi_modify_manager finds the data file](./source_specification.md)
- [Actions & directives](./actions.md)
- [Algorithms](./algorithms.md)

# Developer guide

- [Packaging for Linux distros etc](./dev/packaging.md)
- [Design decisions](./dev/design_decisions.md)