{command:"--name-transform prefix=XXXX",description:"Prepends XXXX to the file name."},
{command:"--name-transform suffix=XXXX",description:"Appends XXXX to the file name after the extension."},
{command:"--name-transform suffix_keep_extension=XXXX",description:"Appends XXXX to the file name while preserving the original file extension."},
{command:"--name-transform trimprefix=XXXX",description:"Removes XXXX if it appears at the start of the file name."},
{command:"--name-transform trimsuffix=XXXX",description:"Removes XXXX if it appears at the end of the file name."},
{command:"--name-transform regex=/pattern/replacement/",description:"Applies a regex-based transformation."},
{command:"--name-transform replace=old:new",description:"Replaces occurrences of old with new in the file name."},
{command:"--name-transform date={YYYYMMDD}",description:"Appends or prefixes the specified date format."},
{command:"--name-transform truncate=N",description:"Truncates the file name to a maximum of N characters."},
{command:"--name-transform base64encode",description:"Encodes the file name in Base64."},
{command:"--name-transform base64decode",description:"Decodes a Base64-encoded file name."},
{command:"--name-transform encoder=ENCODING",description:"Converts the file name to the specified encoding (e.g., ISO-8859-1, Windows-1252, Macintosh)."},
{command:"--name-transform decoder=ENCODING",description:"Decodes the file name from the specified encoding."},
{command:"--name-transform charmap=MAP",description:"Applies a character mapping transformation."},
{command:"--name-transform lowercase",description:"Converts the file name to lowercase."},
{command:"--name-transform uppercase",description:"Converts the file name to UPPERCASE."},
{command:"--name-transform titlecase",description:"Converts the file name to Title Case."},