Crates.io | fmnl |
lib.rs | fmnl |
version | 0.1.0 |
source | src |
created_at | 2021-11-14 17:43:55.402706 |
updated_at | 2021-11-14 17:43:55.402706 |
description | Formats newlines of input with a given string |
homepage | https://github.com/mztikk/fmnl |
repository | https://github.com/mztikk/fmnl |
max_upload_size | |
id | 481790 |
size | 9,733 |
Formats newlines of input with a given string.
fmnl [formatter]
Given input file example.txt
first
second
third
and calling it with ", " as the formatter
cat example.txt | target/release/fmnl ", "
will output
first, second, third