litprint

Crates.iolitprint
lib.rslitprint
version
sourcesrc
created_at2025-04-20 20:49:47.531607+00
updated_at2025-05-07 18:53:50.797781+00
descriptionrename files using a list of names
homepage
repository
max_upload_size
id1642008
Cargo.toml error:TOML parse error at line 17, column 1 | 17 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include`
size0
gneb000 (gneb000)

documentation

README

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
Commit count: 0

cargo fmt