Version: v1.2.0
C# project to rename every files in folder quickly.
Source code analysed with DeepSource and Codacy
- .NET Framework / .NET 10.0 >= .NET 10
- VS 2026
- Packages to install
- Download Ankh project from this link
If not working you can download portable version
- Install .msi file
- Launch
Ânkh.exe- The project ask you to choose a folder in your computer to rename files. - It will list folder files and submit several renaming. - After choosing one the application rename files automatically
> Let's say you want to numerate files from a folder in a numeric order
> Example:
```
One.Piece.S01E001.VOSTFR.DVDRip.x264.mp4
One.Piece.S01E002.VOSTFR.DVDRip.x264.mp4
One.Piece.S01E003.VOSTFR.DVDRip.x264.mp4
...
```
And you want
```
One Piece S01E1.mp4
One Piece S01E2.mp4
One Piece S01E3.mp4
...
```
- Clone repository
$ git clone git@github.com:NY-Daystar/Ankh.git- Open VS 2022 ->
Open project or solution - Select
Ankh.sln - Rebuild solution
- F5 to launch project in Debug mode
You can activate git hooks with this command
git config --global core.hooksPath .githooks-
Add executable in Setup Project
- Right click in
Setup project - View > File System
- Right click in
Application folder - Add > Project Output
- Choose
Primary Output
- Right click in
-
Create shortcut
- Right click on
Primary Output - Create Shortcut
- Rename it
- Drag into
User’s DesktoporUser’s Programs Menu
- Right click on
-
Configuration
- Go into Setup's property and change
ProductName: Name of the applicationManufacturer: Name of the companyInstallAllUsers: TrueInstallScope: perMachineRemovePreviousVersions: TrueVersion: 1.0.0
- To make a pull request: https://github.com/NY-Daystar/ankh/pulls
- To summon an issue: https://github.com/NY-Daystar/ankh/issues
- For any specific demand by mail: luc4snoga@gmail.com
Made by Lucas Noga.
Licensed under GPLv3.
