#file-path #name #genre #text #litprint

app litprint

rename files using a list of names

1 unstable release

Uses new Rust 2024

new 0.1.0 Apr 20, 2025

#1026 in Command line utilities

GPL-3.0 license

7KB
116 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.7MB
~31K SLoC