📁 File Management
📖 Official
Batch Rename Files
Smart batch file renaming with Cowork - supports rules, content-based, and date-based naming
★☆☆ Beginner 5-10 min January 10, 2025
📋
Scenario
💬
Prompt
Help me rename all photos in ~/Photos/2025Trip/ folder: - Format: date_sequence.jpg (e.g., 2025-01-10_001.jpg) - Sort by photo capture date - Sequence numbers start from 001
✨
Expected Result
💡
Tips
- • You can combine multiple rules, e.g., sort by date first, then add prefix, finally unify to lowercase
- • Using regular expressions enables more powerful pattern matching