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

Enhancing template options #97

Open
0x646a73 opened this issue Jan 6, 2025 · 1 comment
Open

Enhancing template options #97

0x646a73 opened this issue Jan 6, 2025 · 1 comment
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@0x646a73
Copy link

0x646a73 commented Jan 6, 2025

Curious if among past comments here anyone has asked about some of these options for templating:

  • Strip spaces
  • Strip special characters
  • Replace spaces with underscores
  • Replace " - " or ": " with underscores
  • Convert to UpperCamelCase

e.g. "Serial- S01 E01: The Alibi" --> "Serial_S01E01_TheAlibi"

Don't want to expand the scope too far beyond what maintainer is interested in, so seeing if there's interest here.

@lightpohl lightpohl added enhancement New feature or request good first issue Good for newcomers labels Jan 18, 2025
@rajeevaroraau
Copy link

How do you expect these options to be specified?

For example: -B (Strip spaces), -S (Strip special chars), -BU (Replace blank with underscore), -JU (Replace joining chars of - and : by underscore) AND finally -Camel?

Thoughts, suggestions?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

3 participants