fmnl

Crates.iofmnl
lib.rsfmnl
version0.1.0
sourcesrc
created_at2021-11-14 17:43:55.402706
updated_at2021-11-14 17:43:55.402706
descriptionFormats newlines of input with a given string
homepagehttps://github.com/mztikk/fmnl
repositoryhttps://github.com/mztikk/fmnl
max_upload_size
id481790
size9,733
Nils Feierabend (mztikk)

documentation

README

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
Commit count: 3

cargo fmt