mirror of
https://github.com/danielmiessler/Fabric.git
synced 2026-02-13 15:34:59 -05:00
## CHANGES - Replace hardcoded `/tmp` with `os.TempDir()` for paths - Use `filepath.Join()` instead of string concatenation - Remove Unix `find` command dependency completely - Add new `findVTTFiles()` method using `filepath.Walk()` - Make VTT file discovery work on Windows - Improve error handling for file operations - Maintain backward compatibility with existing functionality