Summary
When counting large directories, kount can appear to hang with no feedback. Add a progress indicator (spinner or progress bar) to stderr so the user knows work is happening.
Considerations
- Only show when stderr is a terminal (not when piped)
- Should not interfere with stdout output
- Use a lightweight crate like
indicatif
- Show files counted so far and optionally a spinner
Acceptance criteria
Summary
When counting large directories, kount can appear to hang with no feedback. Add a progress indicator (spinner or progress bar) to stderr so the user knows work is happening.
Considerations
indicatifAcceptance criteria