1
0
Fork 0
collect/archiver
Andrew Tomaka eb88ef97c0 Implement collect CLI tool
- Add Go implementation with modular architecture
- Support --name flag for exact filename matching
- Support --match flag for directory glob pattern matching
- Create tar.gz and zip archives preserving directory structure
- Handle errors with appropriate exit codes
- Skip files with permission errors gracefully
- Add comprehensive test suite with 11 test cases
2025-06-12 21:38:00 -04:00
..
archiver.go Implement collect CLI tool 2025-06-12 21:38:00 -04:00
tar.go Implement collect CLI tool 2025-06-12 21:38:00 -04:00
zip.go Implement collect CLI tool 2025-06-12 21:38:00 -04:00