chezmoi_modify_manager 3.2.2

Chezmoi addon to patch ini files with mixed settings and state (experimental rust branch)
Documentation
#!/this/line/is/ignored/for/integration/tests

source auto-path

set "src-sec" "src-key" "quux1"
set "tgt-sec" "tgt-key" "quux2"

set "both-sec" "src-key" "bar1"
set "both-sec" "tgt-key" "bar2"
set "both-sec" "both-key" "bar3"

set "new-sec" "new-key" "foo1"
set "src-sec" "new-key" "foo2"
set "tgt-sec" "new-key" "foo3"
set "both-sec" "new-key" "foo4"
set "both-sec" "new-with-sep" "foo5" separator="="

remove "both-sec" "removed"
remove "src-sec" "removed"
remove section "removed-tgt"
remove section "removed-src"
remove section "no-such-section"
remove regex ".*" ".*_removed"