Skip to content

Sachin1219/smart-file-renamer-powershell

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

🚀 Smart File Renamer (PowerShell)

A simple and powerful PowerShell script to rename multiple files in seconds — based on file type.


❌ The Problem

Renaming a few files is easy.

But when you have 50, 100, or even 1000 files… it becomes time-consuming, repetitive, and error-prone.


✅ The Solution

This script automates the entire process.

✔ Scans your folder
✔ Detects file types (images, videos, documents)
✔ Lets you choose what to rename
✔ Renames files with clean structure and numbering


⚙️ Features

  • Bulk file renaming
  • File type filtering
  • Custom prefix support
  • Automatic numbering
  • Clean and structured output

🖥️ How to Use

Step 1:

Download or clone this repository

git clone https://github.com/Sachin1219/smart-file-renamer-powershell.git
---
### Step 2:

Open PowerShell in the folder
---
### Step 3:

Run the script

.\rename.ps1
---
### Step 4:

Follow on-screen instructions
---
##📌 Example
---
### Before:

IMG_1234.jpg
video_final.mp4
doc1.pdf
---
### After:

Project_1.jpg
Project_2.jpg
Project_1.mp4
🎥 Video Demo

### Watch full explanation on YouTube:
👉 https://youtu.be/0ppZLuznyEU

🧠 Why This Matters

This is not just about renaming files.

It’s about building systems that save time and eliminate repetitive work.

🙌 Support

If you found this useful:

⭐ Star this repo
📺 Subscribe on YouTube
💬 Share feedback

About

Automate bulk file renaming using PowerShell. Filter by file type, add prefixes, and organize files in seconds.

Topics

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors