chezmoi_modify_manager 3.7.0

Chezmoi addon to patch ini files with mixed settings and state (experimental rust branch)
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[tgt-sec]
tgt-key = quux2

new-key = foo3
[both-sec]
both-key = bar3
tgt-key = bar2
src-key = bar1
new-key = foo4
new-with-sep=foo5
[new-sec]
new-key = foo1
[src-sec]
src-key = quux1
new-key = foo2