4 releases
Uses new Rust 2024
new 0.1.3 | May 7, 2025 |
---|---|
0.1.2 | May 7, 2025 |
0.1.1 | May 7, 2025 |
0.1.0 | Apr 20, 2025 |
#589 in Command line utilities
457 downloads per month
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