assets/chezmoi.io/docs/reference/commands/status.md
statusPrint the status of the files and scripts managed by chezmoi in a format
similar to git status.
The first column of output indicates the difference between the last state
written by chezmoi and the actual state. The second column indicates the
difference between the actual state and the target state, and what effect
running chezmoi apply will have.
| Character | Meaning | First column | Second column |
|---|---|---|---|
| Space | No change | No change | No change |
A | Added | Entry was created | Entry will be created |
D | Deleted | Entry was deleted | Entry will be deleted |
M | Modified | Entry was modified | Entry will be modified |
R | Run | Not applicable | Script will be run |
-x, --exclude types--8<-- "common-flags/exclude.md"
-i, --include types--8<-- "common-flags/include.md"
--init--8<-- "common-flags/init.md"
-P, --parent-dirs--8<-- "common-flags/parent-dirs.md"
-p, --path-style style--8<-- "common-flags/path-style.md:all"
-r, --recursive--8<-- "common-flags/recursive.md:default-true"
chezmoi status