crlf

Crates.iocrlf
lib.rscrlf
version1.0.0
created_at2025-08-08 10:20:26.332754+00
updated_at2025-08-08 10:20:26.332754+00
descriptionA commandline tool to convert line endings in files
homepage
repository
max_upload_size
id1786555
size14,900
Leawind (Leawind)

documentation

README

CRLF

A simple command line tool to convert line endings in files to CRLF, LF or CR.

Usage

crlf <crlf|lf|cr> <FILE_PATTERNS>...

Example

Command:

crlf lf ./src/**/*.rs

Output:

Processing 1 files...
✓ src\main.rs
All files processed successfully!
Commit count: 0

cargo fmt