decasify(1) General Commands Manual decasify(1) NAME decasify - Convert prose strings to other cases following locale specific rule sets SYNOPSIS decasify [-l|--locale] [-c|--case] [-s|--style] [-O|--overrides] [-h|--help] [INPUT] DESCRIPTION Convert prose strings to other cases following locale specific rule sets. Can convert input in any supported language from any case to any other case. OPTIONS -l, --locale [default: en] The locale of the input text Used to identify what language-specific handling needs to be done. This can affect how individual Unicode characters are coveted to other cases as well as change which style guides are considered. Possible values: o en o tr o es -c, --case [default: title] The desired output case What case to convert to. Note the output *can* be affected by the input case, so in some cases (pun intended) you may need to either process twice or avoid doing so depending on the expected result. For example, title-casing in some English styles tries to preserve capitalized acronyms, but lower-casing does not. First converting to lower-case then to title-case would give a different result than directly to title-case. Possible values: o lower o sentence o title o upper -s, --style