1 unstable release

0.1.0 Nov 14, 2021

#5 in #newlines

MIT license

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

~2.5MB
~50K SLoC