Skip to content

feat: display summary of excluded directories at end of run#7

Merged
django23 merged 2 commits intodevelopfrom
feat/exclusion-summary
Feb 19, 2026
Merged

feat: display summary of excluded directories at end of run#7
django23 merged 2 commits intodevelopfrom
feat/exclusion-summary

Conversation

@django23
Copy link
Copy Markdown
Owner

@django23 django23 commented Feb 19, 2026

Summary

  • Display total count and combined size of newly excluded directories at the end of each run
  • Show "No new directories to exclude" when everything is already handled
  • Uses a temp file (cleaned up on exit) to track sizes across the piped subshell

Inspired by stevegrunwell#84, props @Vadorequest.

Test plan

  • All existing tests pass (make check)
  • New test: summary shows count when directories are excluded
  • New test: shows "no new directories" message when nothing to exclude
  • New test: shows "no new directories" on re-run when all already excluded

@django23 django23 closed this Feb 19, 2026
@django23 django23 force-pushed the feat/exclusion-summary branch from c9b936b to f10be79 Compare February 19, 2026 19:17
@django23 django23 reopened this Feb 19, 2026
Show the total count and combined size of newly excluded directories
after each run, making it easy to see the impact at a glance.

Inspired by stevegrunwell#84, props @Vadorequest.
@django23 django23 force-pushed the feat/exclusion-summary branch from 985e1d4 to 1e1f526 Compare February 19, 2026 20:15
@django23 django23 merged commit dfbb421 into develop Feb 19, 2026
3 checks passed
@django23 django23 deleted the feat/exclusion-summary branch February 19, 2026 20:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant