| Crates.io | fnl |
| lib.rs | fnl |
| version | 0.1.1 |
| created_at | 2025-06-02 15:24:44.446503+00 |
| updated_at | 2025-06-06 14:21:52.362568+00 |
| description | Add or remove final newlines |
| homepage | |
| repository | https://git.urbach.dev/cli/fnl |
| max_upload_size | |
| id | 1698079 |
| size | 3,424 |
Add or remove final newlines.
cargo install fnl
Show status:
fnl file.txt
Add final newline:
fnl --add file.txt
Remove final newline:
fnl --remove file.txt
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
Please see the license documentation.
© 2025 Eduard Urbach