Added docs folder
This commit is contained in:
parent
841f5ef294
commit
3e15e9f85a
2 changed files with 2 additions and 2 deletions
37
docs/readme.md
Normal file
37
docs/readme.md
Normal file
|
@ -0,0 +1,37 @@
|
|||
# fnl
|
||||
|
||||
Add or remove final newlines.
|
||||
|
||||
## Installation
|
||||
|
||||
```shell
|
||||
cargo install fnl
|
||||
```
|
||||
|
||||
## Usage
|
||||
|
||||
Show status:
|
||||
|
||||
```shell
|
||||
find . -type f -name "*.txt" | 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
|
||||
```
|
||||
|
||||
## License
|
||||
|
||||
Please see the [license documentation](https://urbach.dev/license).
|
||||
|
||||
## Copyright
|
||||
|
||||
© 2025 Eduard Urbach
|
Loading…
Add table
Add a link
Reference in a new issue