Skip to content

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
cargo run

Docker

Build and run the application using Docker:

1
docker compose up --build

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
rustup target add wasm32-unknown-unknown
trunk serve

Or use Docker:

1
docker compose up web --build

Then open http://localhost:8080 in your browser.