Skip to content
/ claim Public

💻 A cli tool that converts file's line endings.

License

Notifications You must be signed in to change notification settings

bukovyn/claim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

📑 claim

version MIT License pull-requests

A cli tool that converts file's line endings between DOS and Unix-like systems.

install

pip install claim

usage

claim [-h] [-dos] filename [filename ...]

positional arguments

filename the file to be converted

optional arguments

-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.

About

💻 A cli tool that converts file's line endings.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages