Skip to content
Enuka123 edited this page Apr 24, 2025 · 3 revisions

๐Ÿ“‚ File Renamer โ€“ GitHub Wiki

Welcome to the official wiki for File Renamer, a Next.js web app for bulk file renaming with smart patterns.

๐ŸŒŸ Key Features

  • 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)

๐Ÿ“š Wiki Contents

๐Ÿš€ Live Demo

Try the latest version:

๐Ÿ› ๏ธ Tech Stack

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)

๐Ÿ“‚ Repository

๐Ÿ”— github.com/Enuka123/File_renamer

๐Ÿงฉ Core Capabilities

For End Users

  • Bulk rename 100+ files in seconds
  • Supports images (JPG/PNG), PDFs, and text files
  • Pattern examples:
  1. ProjectX_{counter}.{ext} โ†’ ProjectX_001.jpg
  2. {date}Backup{text} โ†’ 2024-07-20_Backup_Contract.pdf

For Developers

  • Modular component architecture
  • Full TypeScript support
  • CI/CD ready (GitHub Actions)