| Crates.io | no-crlf |
| lib.rs | no-crlf |
| version | 1.0.3 |
| created_at | 2025-10-04 13:11:13.982208+00 |
| updated_at | 2025-10-06 21:27:48.053059+00 |
| description | A CLI tool to convert CRLF line endings to LF in text files |
| homepage | |
| repository | https://github.com/corebreaker/no-crlf |
| max_upload_size | |
| id | 1867883 |
| size | 61,663 |
A command-line tool to automatically convert CRLF (Windows) line endings to LF (Unix/Linux) in text files.
no-crlf is a fast and reliable CLI utility that automatically detects and converts CRLF (Carriage Return + Line Feed, used by Windows) line endings to LF (Line Feed, Unix/Linux/macOS standard) in your text files.
π Automatic detection of text files (source code, configuration, documentation, etc.)
π Recursive processing of directories
π Dry-run mode to preview changes without modifying files
π Automatic skip of hidden files and directories (configurable)
π Detailed statistics on conversions performed
π Optimized performance to quickly process large directory trees
π§ Extended format support: Rust, TOML, JSON, YAML, Markdown, Python, JavaScript, TypeScript, C/C++, Java, Go, Ruby, PHP, C#, Swift, Kotlin, and more