Usage¶
The application displays renaming rules in a small data table. Each row lets you enter a regular expression and the destination path. Dedicated buttons allow you to add or remove rows and the input fields have ample width for comfortable typing. A Dry Run checkbox simulates renames without touching the file system.
When running a debug build, press L to hide or show the log panel. In release builds the logs are always visible.
Running locally¶
1 |
|
Docker¶
Build and run the application using Docker:
1 |
|
An X11 server must be available on the host as the container forwards the UI.
Web¶
To build and run in a browser:
1 2 |
|
Or use Docker:
1 |
|
Then open http://localhost:8080 in your browser.