A simple utility for renaming files with prefixes/suffixes, or replacement. Made with Tauri v1.


To install and run this application on Windows, follow these steps:
-
Install Prerequisites:
- Install Git
- Install Node.js (LTS version recommended)
- Install Rust
- Install Visual Studio Build Tools:
- Download from Visual Studio Downloads
- Select "Build Tools for Visual Studio" (not Visual Studio Code)
- During installation, ensure "Desktop development with C++" is selected
-
Clone and Build the Application:
# Clone the repository git clone https://github.com/thash/Themis.git cd Themis # Install dependencies npm install # Build the application npm run tauri build
-
Find the Installer:
- After building, the Windows installer (MSI) will be located at:
src-tauri/target/release/bundle/msi/themis_$VERSION_x64.msi
- After building, the Windows installer (MSI) will be located at:
-
Run the Installer:
- Double-click the MSI file or setup executable
- Follow the installation prompts
- The application will be installed and a shortcut will be created
You can find links to Pre-built installers in Actions
> select the latest succeeded run > Artifacts
on GitHub Actions of this repo.
It's a personal project created for a Windows user, so I didn't prepare for other platforms. However, Tauri v1 supports multi-platform development (+ I myself developed Themis on macOS, which works well locally. Therefore, while I haven't set it up myself, providing builds for other platforms is possible without significant difficulty.
npm run tauri:dev
npm run tauri:dev
- Run linting and start the development server (use this for daily development)npm run lint
- Run ESLint to check for code issues. Automatically run before launching the development servernpm run tauri build
- Build the application for productionnpm run update-version <version_string>
- Update the application version