Show-Change Show what has changed in your project folder.
Description
Show-Change is the natural counterpart to Find-CodeChange. Where Find-CodeChange tells you HOW MANY things changed and which files, Show-Change tells you the actual changes - the lines added and removed.
By default, Show-Change returns the changes you have not yet saved (working area vs last saved point), one structured object per file with Path and Diff. Pipe to Format-List for the full text. With -NextSave, it shows changes that are already prepared for the next saved point. With -Compact, it returns a one-line summary per file instead of the full text.
Recipes
Show-Change
Show-Change -Path 'README.md'
Show-Change -NextSave
Show-Change -Compact
Notes
Read-only. Does not modify anything in the project. Use Find-CodeChange for a count summary; Show-Change for the actual diff text.
Parameters
Was this page helpful? Report an issue or suggest an improvement →