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

app litprint

rename files using a list of names

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

Download history 145/week @ 2025-04-19 13/week @ 2025-04-26 299/week @ 2025-05-03

457 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