|
@@ -6,15 +6,15 @@ Simple Image Renamer is a lightweight C++ application designed to make organizin
|
|
|
|
|
|
|
|

|
|

|
|
|
|
|
|
|
|
-## ✨ Key Features
|
|
|
|
|
|
|
+## Key Features
|
|
|
|
|
|
|
|
-* ** Live Preview:** See exactly what your files will look like (in blue text) *before* you rename them.
|
|
|
|
|
-* ** Undo Support:** Made a mistake? Hit the Undo button to instantly revert changes.
|
|
|
|
|
-* ** Pattern Renaming:** Easily serialize files (e.g., `vacation_001.jpg`, `vacation_002.jpg`) using `###` placeholders.
|
|
|
|
|
-* **som Search & Replace:** Switch modes to fix typos or change specific words across multiple files.
|
|
|
|
|
-* ** Selective Renaming:** Use checkboxes to rename only specific files in a folder.
|
|
|
|
|
-* ** Smart Sorting:** Sort by Natural Name (1, 2, 10) or Date Modified (keep your vacation photos in order!).
|
|
|
|
|
-* ** Visual Thumbnails:** Adjustable thumbnail sizes (Tiny, Normal, Huge).
|
|
|
|
|
|
|
+* **Live Preview:** See exactly what your files will look like (in blue text) *before* you rename them.
|
|
|
|
|
+* **Undo Support:** Made a mistake? Hit the Undo button to instantly revert changes.
|
|
|
|
|
+* **Pattern Renaming:** Easily serialize files (e.g., `vacation_001.jpg`, `vacation_002.jpg`) using `###` placeholders.
|
|
|
|
|
+* **Search & Replace:** Switch modes to fix typos or change specific words across multiple files.
|
|
|
|
|
+* **Selective Renaming:** Use checkboxes to rename only specific files in a folder.
|
|
|
|
|
+* **Smart Sorting:** Sort by Natural Name (1, 2, 10) or Date Modified (keep your vacation photos in order!).
|
|
|
|
|
+* **Visual Thumbnails:** Adjustable thumbnail sizes (Tiny, Normal, Huge).
|
|
|
|
|
|
|
|
## Prerequisites
|
|
## Prerequisites
|
|
|
|
|
|
|
@@ -24,6 +24,3 @@ This application is built with **C++17** and **gtkmm-3.0**.
|
|
|
```bash
|
|
```bash
|
|
|
sudo apt update
|
|
sudo apt update
|
|
|
sudo apt install build-essential libgtkmm-3.0-dev
|
|
sudo apt install build-essential libgtkmm-3.0-dev
|
|
|
-
|
|
|
|
|
-### RedHat and others
|
|
|
|
|
-Sorry you're on your own there!
|
|
|