1
0
Fork 0
collect/collector
Andrew Tomaka 64a2bbace4 Add --verbose flag for real-time file discovery feedback
Implement verbose mode that shows files as they are discovered during
collection rather than just a summary. This provides better user feedback
during the typically slow filesystem traversal phase.

Features:
- Real-time "found: filename" output as files are discovered
- Verbose feedback during collection phase (not archiving phase)
- Simple, focused output that shows filtering effects
- Helps users track progress during potentially slow operations

Changes:
- Add --verbose boolean flag to CLI
- Pass verbose flag to collector constructors
- Display "found: filename" output during file collection
- Add test case to verify verbose output contains expected messages
- Update test suite with helper function to verify output contents
2025-06-12 22:39:32 -04:00
..
collector.go Add --verbose flag for real-time file discovery feedback 2025-06-12 22:39:32 -04:00
matcher.go Add directory filtering with --include-dir and --exclude-dir flags 2025-06-12 22:12:45 -04:00