QuickXRename is a fast, developer-friendly desktop app for bulk renaming files and folders using simple patterns, wildcards, or optional regex. It provides a live preview, conflict detection, and a one-click undo for the last operation. QuickXRename is owned by Quick Red Tech.
- Pattern-based renaming (wildcards, simple replace, optional regex)
- Preview mode with change highlighting
- Undo the last renaming operation
- Directory selection with optional recursion
python -m venv .venv
.\.venv\Scripts\activate
pip install -r requirements.txt
python src\main.pypython3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python src/main.pypython3 -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
python src/main.pySee TERMS.md for usage terms and safety notes.
Chisom Life Eke — Lead Developer, CEO, and Founder of Quick Red Tech.
MIT License. See LICENSE.
- Open an issue or pull request on GitHub.
- For private inquiries, add your preferred contact method here.
- v0.1.0 — Initial MVP release.

