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

Create a new template function: capitalize #5409

Merged
merged 1 commit into from
Sep 6, 2024

Conversation

taniodev
Copy link
Contributor

@taniodev taniodev commented Sep 6, 2024

Description

This creates a new template function that capitalizes the text (make the first character have upper case and the rest lower case). Example:

beet list -f '%capitalize{$title}'

This does not do the same as the %title function.

(...)

To Do

  • Documentation.
  • Changelog.
  • Tests.

Update documentation

Update changelog
@Serene-Arc Serene-Arc merged commit 5f14d21 into beetbox:master Sep 6, 2024
13 checks passed
@taniodev taniodev deleted the new-capitalize-function branch September 6, 2024 14:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants