Closed taniodev closed 2 months ago
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.
(...)
Description
This creates a new template function that capitalizes the text (make the first character have upper case and the rest lower case). Example:
This does not do the same as the %title function.
(...)
To Do