Rename app to HSRename; use HSRename.png as icon; update build script and README

Made-with: Cursor
This commit is contained in:
Bulk Renamer
2026-03-03 22:49:26 -06:00
parent d1a13115a4
commit 5551f507df
7 changed files with 28 additions and 19 deletions
+3 -3
View File
@@ -1,4 +1,4 @@
# Bulk Renamer
# HSRename
A **native Linux** GUI for mass renaming files. Inspired by [Bulk Rename Utility](https://www.bulkrenameutility.co.uk/#features) (Windows). Rename hundreds of media files with flexible rules, **preview before applying**, and support for **episode renumbering** without losing episode titles.
@@ -25,7 +25,7 @@ A **native Linux** GUI for mass renaming files. Inspired by [Bulk Rename Utility
## Install and run
```bash
cd "/home/jorg/Documents/Cursor Projects/Bulk Renamer"
cd /path/to/HSRename
pip install -r requirements.txt
python main.py
```
@@ -71,7 +71,7 @@ pip install -r requirements.txt -r requirements-build.txt
./build_appimage.sh
```
You need [appimagetool](https://github.com/AppImage/AppImageKit/releases) installed to produce the final `.AppImage`; if missing, the script still creates the AppDir and prints the exact command. The output is `BulkRenamer.AppImage` (or `BulkRenamer-dev.AppImage`).
You need [appimagetool](https://github.com/AppImage/AppImageKit/releases) installed to produce the final `.AppImage`; if missing, the script still creates the AppDir and prints the exact command. The output is `HSRename.AppImage`.
## Push to Gitea