✂️ Add or remove final newlines.
src | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
readme.md |
fnl
Add or remove final newlines.
Installation
cargo install fnl
Usage
Show status:
find . -type f -name "*.txt" | xargs fnl
Add final newlines:
find . -type f -name "*.txt" | xargs fnl --add
Remove final newlines:
find . -type f -name "*.txt" | xargs fnl --remove
License
Please see the license documentation.
Copyright
© 2025 Eduard Urbach