1 unstable release

0.1.0 Nov 14, 2021

#29 in #string-format

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

~4MB
~70K SLoC