Skip to content

Commit

Permalink
docs: Add information about chezmoi_modify_manager
Browse files Browse the repository at this point in the history
  • Loading branch information
VorpalBlade authored and twpayne committed May 29, 2022
1 parent 7d2d629 commit 1f92965
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
6 changes: 6 additions & 0 deletions assets/chezmoi.io/docs/links/related-software.md
Expand Up @@ -29,3 +29,9 @@ chezmoi plugin for asdf version manager.

An add-on to synchronize your colorschemes across systems and allow easy
colorscheme switching using chezmoi templates.

### [`github.com/VorpalBlade/chezmoi_modify_manager`](https://github.com/VorpalBlade/chezmoi_modify_manager)

An add-on to deal with config files that contain a mix of settings and
transient state, such as with GUI program settings files also containing
recently used files and window positions.
Expand Up @@ -80,6 +80,15 @@ substituted with:
current-context: {{ output "kubectl" "config" "current-context" | trim }}
```

!!! hint

For managing ini files with a mix of settings and state (such as recently
used files or window positions), there is a third party tool called
`chezmoi_modify_manager` that builds upon `modify_` scripts. See
[related software](../links/related-software.md#githubcomvorpalbladechezmoi_modify_manager)
for more information.


## Manage a file's permissions, but not its contents

chezmoi's `create_` attributes allows you to tell chezmoi to create a file if
Expand Down

0 comments on commit 1f92965

Please sign in to comment.