decasify

Convert strings to title case following locale-aware style guides

brewmacoslinux
Try with needOr install directly
Source

About

Utility for casting strings to title-case according to locale-aware style guides

Commands

decasify

Examples

Convert a simple string to title case$ decasify 'hello world'
Convert text from a file to title case$ decasify < input.txt
Convert to title case with specific locale rules$ decasify --locale en 'the quick brown fox'