rustwell-cli

Crates.iorustwell-cli
lib.rsrustwell-cli
version0.1.0
created_at2025-12-26 22:09:08.132172+00
updated_at2025-12-26 22:09:08.132172+00
descriptionA CLI tool for parsing and compiling fountain screenplay scripts.
homepage
repositoryhttps://github.com/frblo/rustwell
max_upload_size
id2006342
size88,864
Emil Hultcrantz (Frequinzy)

documentation

README

Rustwell-CLI

Rustwell-CLI is a CLI (command line interface) tool for parsing and formatting screenplays written as Fountain files. This means this tool can, provided a Fountain file, generate a formatted screenplay as, for example, a pdf or a html file.

Usage

cargo run -- script.fountain -o script.pdf

More details on the CLI tool can be found by running:

cargo run -- -h

which will show all current possible output formats.

Commit count: 0

cargo fmt