🎯 Issue Description
Allow users to rename files during organization based on patterns (e.g., add date, remove spaces, etc.).
🚀 What You'll Learn
- String manipulation
- Regular expressions
- Configuration parsing
📋 Tasks
🛠️ Files to Modify
💡 Hints
- Use
re module for pattern matching
- Add patterns like
{date}, {clean}, {lower}
- Test with various file names
🧪 Testing
python py_sort.py ~/Downloads --dry-run
📚 Resources
❓ Questions?
Feel free to ask questions in the comments or start a discussion!
🎯 Issue Description
Allow users to rename files during organization based on patterns (e.g., add date, remove spaces, etc.).
🚀 What You'll Learn
📋 Tasks
🛠️ Files to Modify
py_sort.pyconfig.json💡 Hints
remodule for pattern matching{date},{clean},{lower}🧪 Testing
python py_sort.py ~/Downloads --dry-run📚 Resources
❓ Questions?
Feel free to ask questions in the comments or start a discussion!