Giter VIP home page Giter VIP logo

markdownfilerenamer's Introduction

Markdown File Renamer

Markdown File Renamer is a simple C# application for renaming and moving files using the titles from Markdown files.

How It Works

  1. Folder Selection:

    • Click the "Select Folder" button to choose a folder. The Markdown files in this folder will be processed.
  2. Execution:

    • Click the "Run" button to process the Markdown files in the selected folder.
    • Each Markdown file's title is used to rename the file and move it to the specified folder.
  3. Results:

    • Upon completion, a "RenamedFiles" folder containing the new file names is created, and this folder is opened in Windows Explorer.

Title Rule

The titles of Markdown files are considered as the second line of the file. They are cleaned and used as the file names.

Removing Special Characters

Title file names are cleaned by removing special characters:

  • Turkish characters are translated to their English counterparts.
  • Invalid characters are replaced with "-" (hyphens).
  • Consecutive "-" signs are replaced with a single "-" (hyphen).

User Guide

For more information and usage instructions, please visit the GitHub page.

Requirements

To run this application, you must first clone the project from the GitHub repository and then follow the instructions in the README.

Contribution

This project is open-source, and we welcome your contributions. Please visit the GitHub page to contribute.

License

This project is licensed under the MIT License. For more information, see the LICENSE file.

markdownfilerenamer's People

Contributors

sametcn99 avatar

Stargazers

 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.