1 unstable release
0.1.0 | May 19, 2023 |
---|
#15 in #markdown-text
4KB
sentencebreak
Command line tool to break lines at sentences. It takes an input file, e.g. README.md, and outputs a new file that has the same contents but with line breaks added after each sentence:
cargo run README.md -o README_sentencebreaks.md
You can set the output to be the same file as the input by omitting the -o
flag:
cargo run README.md
Dependencies
~3–4.5MB
~73K SLoC