Prompt Details
Model
(gemini-3.7-flash)
Token size
325
Example input
[PASTE_FILE_LIST]: Logo_final_FINAL(1).png, Banner Ad Q3 copy.psd, final video draft rev 3.mp4
[PROJECT_METADATA]: q3-brand-campaign
[Original File Name]: Logo_final_FINAL(1).png
[New Standardized File Name]: brand-campaign-logo-v1.png
Example output
| Original File Name | New Standardized File Name |
| :--- | :--- |
| Logo_final_FINAL(1).png | q3-brand-campaign-logo-v1.png |
| Banner Ad Q3 copy.psd | q3-brand-campaign-banner-ad.psd |
| final video draft rev 3.mp4 | q3-brand-campaign-promo-video.mp4 |
### Windows PowerShell Script:
# Run this script in the directory containing your files
Rename-Item -Path "Logo_final_FINAL(1).png" -NewName "q3-brand-campaign-logo-v1.png"
Rename-Item -Path "Banner Ad Q3 copy.psd" -NewName "q3-brand-campaign-banner-ad.psd"
Rename-Item -Path "final video draft rev 3.mp4" -NewName "q3-brand-campaign-promo-video.mp4"
### macOS / Linux Bash Script:
# Run this script in your terminal within the target directory
mv "Logo_final_FINAL(1).png" "q3-brand-campaign-logo-v1.png"
mv "Banner Ad Q3 copy.psd" "q3-brand-campaign-banner-ad.psd"
mv "final video draft rev 3.mp4" "q3-brand-campaign-promo-video.mp4"
By purchasing this prompt, you agree to our terms of service
GEMINI-3.7-FLASH
Transform messy, chaotic file directories into an ironclad, professional naming architecture instantly. Drowning in files named "final_v2_FINAL"? This expert Gemini prompt analyzes your raw file list and project context to strip clutter, apply strict standardized naming, and generate ready-to-run Windows PowerShell and macOS Bash scripts to batch-rename your files in seconds. Save hours of manual sorting, eliminate digital clutter, and organize your projects with enterprise-grade precision!
...more
Added 2 weeks ago
