1 unstable release
0.1.0 | Nov 14, 2021 |
---|
#5 in #newlines
4KB
fmnl
Formats newlines of input with a given string.
Usage
fmnl [formatter]
Examples
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
Dependencies
~3MB
~53K SLoC