Skip to content

NY-Daystar/Ankh

Repository files navigation

Ânkh

C#

Codacy Badge Ânkh-CI License: GPL v3 Version

GitHub repo size GitHub language count GitHub top language

GitHub issues GitHub closed issues GitHub commit activity (branch) All Contributors

GitHub watchers GitHub forks GitHub Repo stars

Version: v1.2.0

C# project to rename every files in folder quickly.
Source code analysed with DeepSource and Codacy

Ânkh program

Summary

Requirements

How to use

  1. Download Ankh project from this link

    If not working you can download portable version

  2. Install .msi file
  3. 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

Ânkh program

> 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
...
```

For developpers

  1. Clone repository
$ git clone git@github.com:NY-Daystar/Ankh.git
  1. Open VS 2022 -> Open project or solution
  2. Select Ankh.sln
  3. Rebuild solution
  4. F5 to launch project in Debug mode

Activate hook

You can activate git hooks with this command

git config --global core.hooksPath .githooks

Create MSI

  1. Add executable in Setup Project

    • Right click in Setup project
    • View > File System
    • Right click in Application folder
    • Add > Project Output
    • Choose Primary Output
  2. Create shortcut

    • Right click on Primary Output
    • Create Shortcut
    • Rename it
    • Drag into User’s Desktop or User’s Programs Menu
  3. Configuration

    • Go into Setup's property and change
    • ProductName : Name of the application
    • Manufacturer : Name of the company
    • InstallAllUsers: True
    • InstallScope : perMachine
    • RemovePreviousVersions : True
    • Version : 1.0.0

Contact

Credits

Made by Lucas Noga.
Licensed under GPLv3.

About

Program to rename every files in folder quickly

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Packages

 
 
 

Contributors