Updated documentation
All checks were successful
/ test (push) Successful in 8s

This commit is contained in:
Eduard Urbach 2025-06-20 15:06:16 +02:00
parent 58393ec5be
commit 5ce5787e27
Signed by: ed
GPG key ID: 49226B848C78F6C8

View file

@ -32,22 +32,14 @@ fnl --remove file.txt
### Multiple files
Show status:
You can supply a list of files using `find` or `rg`:
```shell
find . -type f -name "*.txt" | xargs fnl
find . -type f | xargs fnl
```
Add final newlines:
```shell
find . -type f -name "*.txt" | xargs fnl --add
```
Remove final newlines:
```shell
find . -type f -name "*.txt" | xargs fnl --remove
rg --files | xargs fnl
```
## License