4 releases

Uses new Rust 2024

0.1.3 May 7, 2025
0.1.2 May 7, 2025
0.1.1 May 7, 2025
0.1.0 Apr 20, 2025

#755 in Command line utilities

Download history 142/week @ 2025-04-18 16/week @ 2025-04-25 266/week @ 2025-05-02 146/week @ 2025-05-09 14/week @ 2025-05-16

250 downloads per month

GPL-3.0 license

8KB
123 lines

litprint

Print source text in the format of the selected literary genre

Usage

litprint [OPTIONS] <FILE_PATH>

Arguments:

<FILE_PATH>  Path to file with source text

Options:

-w, --max-width <MAX_WIDTH>     Max line width at which each sentence will be truncated [default: 80]
-t, --content-type <TYPE>       Define content type: n/narrative, p/poetry, d/default (spaced paragraphs) [default: d]
-h, --help                      Print help
-V, --version                   Print version

Dependencies

~1–1.6MB
~30K SLoC