fnl

Crates.iofnl
lib.rsfnl
version0.1.1
created_at2025-06-02 15:24:44.446503+00
updated_at2025-06-06 14:21:52.362568+00
descriptionAdd or remove final newlines
homepage
repositoryhttps://git.urbach.dev/cli/fnl
max_upload_size
id1698079
size3,424
Eduard Urbach (akyoto)

documentation

README

fnl

Add or remove final newlines.

Installation

cargo install fnl

Usage

Single file

Show status:

fnl file.txt

Add final newline:

fnl --add file.txt

Remove final newline:

fnl --remove file.txt

Multiple files

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

Commit count: 0

cargo fmt