Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New option for file name capitalization handling #450

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Mar 22, 2023

  1. New option for file name capitalization handling

    In this update, I have added a new option for file name capitalization handling, which allows users to convert specific parts of the file name to title case (first letter capitalized, other letters lowercase), while preserving the original case of the original_name. The previous code only supported two formats: all uppercase and all lowercase for whole file name.
    
    To implement this feature, I added a new conditional branch to check whether the 'capitalization' setting in the configuration file is set to 'title'. Users can specify the delimiter (in this case, ']') and how to handle different parts of the file name in the configuration file according to their needs.
    
    Possible future improvement: Support for extension capitalization.
    
    I hope this change will provide more flexibility and customization options.
    alterxyz authored Mar 22, 2023
    Configuration menu
    Copy the full SHA
    fdb6821 View commit details
    Browse the repository at this point in the history