A cli tool that converts file's line endings between DOS and Unix-like systems.
pip install claim
claim [-h] [-dos] filename [filename ...]
filename
the file to be converted
-h, --help prompts help message
-d, -dos converts file to DOS line endings [\cr\n]
❕ Note: The files being converted should use UTF-8 encoding, other encodings are currently not supported.