Skip to content

managed [path...]

List all managed entries in the destination directory under all paths in alphabetical order. When no paths are supplied, list all managed entries in the destination directory in alphabetical order.

Common flags

-x, --exclude types

Exclude entries of type types, defaults to none.

-i, --include types

Only add entries of type types, defaults to all.

-p, --path-style absolute|relative|source-absolute|source-relative

Print paths in the given style. Relative paths are relative to the destination directory. The default is relative.

-t, --tree

Print paths as a tree.

Examples

$ chezmoi managed
$ chezmoi managed --include=files
$ chezmoi managed --include=files,symlinks
$ chezmoi managed -i dirs
$ chezmoi managed -i dirs,files
$ chezmoi managed -i files ~/.config
$ chezmoi managed --exclude=encrypted --path-style=source-relative