-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Enuka123 edited this page Apr 24, 2025
·
3 revisions
Welcome to the official wiki for File Renamer, a Next.js web app for bulk file renaming with smart patterns.
- Drag-and-drop file upload
- Custom patterns with {date}, {counter}, {text} placeholders
- Real-time preview before renaming
- Client-side processing (no server needed)
- Export ready (ZIP/individual files)
- ๐ Product Requirements Document (PRD)
- ๐ง Technical Design Document (TDD)
- ๐บ๏ธ System Architecture Overview
- ๐ ๏ธ Operations Runbook
- ๐ฎ Future Improvements
Try the latest version:
- ๐ file-renamer.app
| Category | Technologies |
|---|---|
| Frontend | Next.js 15, TypeScript, Tailwind CSS |
| UI Library | Shadcn/ui, Lucide Icons |
| File Handling | react-dropzone, file-saver |
| Hosting | Vercel (or GitHub Pages) |
๐ github.com/Enuka123/File_renamer
- Bulk rename 100+ files in seconds
- Supports images (JPG/PNG), PDFs, and text files
- Pattern examples:
- ProjectX_{counter}.{ext} โ ProjectX_001.jpg
- {date}Backup{text} โ 2024-07-20_Backup_Contract.pdf
- Modular component architecture
- Full TypeScript support
- CI/CD ready (GitHub Actions)