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.
-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.
Example
$ 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