Rename app to HSRename; use HSRename.png as icon; update build script and README
Made-with: Cursor
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user